Skip to content

Commit

Permalink
update to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantpt committed Dec 27, 2024
1 parent 9214fe1 commit 9df2b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Quickie/Quickie.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/sushantpt/Quickie</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>api, backend, web</PackageTags>
<PackageReleaseNotes>Initial publish.</PackageReleaseNotes>
<PackageReleaseNotes>Support for minial apis.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>quickie_icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 9df2b44

Please sign in to comment.