We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0151daf commit aebaa3bCopy full SHA for aebaa3b
src/SimpleW/SimpleW.csproj
@@ -11,9 +11,9 @@
11
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12
<Description>SimpleW is a Simple Webserver library in NET7 (windows/linux/macos).
13
It provides a cross-plateform framework for building web applications on top of the great NetCoreServer.</Description>
14
- <AssemblyVersion>11.8.0</AssemblyVersion>
15
- <FileVersion>11.8.0</FileVersion>
16
- <Version>11.8.0</Version>
+ <AssemblyVersion>11.9.0</AssemblyVersion>
+ <FileVersion>11.9.0</FileVersion>
+ <Version>11.9.0</Version>
17
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
18
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19
<AllowUnsafeBlocks>True</AllowUnsafeBlocks><!-- for LitJWT package-->
0 commit comments