Skip to content

Commit 691ee7d

Browse files
committed
update nuget and assembly to 0.0.23
1 parent 6d4ed2f commit 691ee7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Sharkable/Sharkable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<Description>🌈owerful tools for dotnet aot and more</Description>
6-
<AssemblyVersion>0.0.22</AssemblyVersion>
6+
<AssemblyVersion>0.0.23</AssemblyVersion>
77
<PackageProjectUrl>https://github.com/SharkableIO/Sharkable</PackageProjectUrl>
88
<RepositoryUrl>https://github.com/SharkableIO/Sharkable.git</RepositoryUrl>
99
<PackageTags>dotnet,minimalapi,toolkit,framework</PackageTags>

src/Sharkable/Sharkable.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Sharkable</id>
5-
<version>0.0.22</version>
5+
<version>0.0.23</version>
66
<title>Sharkable</title>
77
<authors>charleypeng</authors>
88
<readme>docs\README.md</readme>
@@ -11,7 +11,7 @@
1111
<icon>sharkable.jpg</icon>
1212
<projectUrl>https://github.com/SharkableIO/Sharkable</projectUrl>
1313
<description>a dotnet minimal api framework collection aimed to support aot</description>
14-
<releaseNotes>add swagger ui options</releaseNotes>
14+
<releaseNotes>fix where options not invoked properly</releaseNotes>
1515
<copyright>CopyRight 2024 Penglei</copyright>
1616
<tags>minimalapi aot framework toolkit</tags>
1717
<dependencies>

0 commit comments

Comments
 (0)