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.
2 parents 4c82341 + 6d1c47e commit aab4984Copy full SHA for aab4984
src/cloudscribe.Web.Localization/cloudscribe.Web.Localization.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<Description>more flexible localization for ASP.NET Core</Description>
5
- <Version>8.6.0</Version>
+ <Version>8.7.0</Version>
6
<TargetFramework>net8.0</TargetFramework>
7
<Authors>Joe Audette</Authors>
8
<PackageId>cloudscribe.Web.Localization</PackageId>
update_version.ps1
@@ -16,9 +16,9 @@
16
$directory = "src"
17
18
# Define the old & new versions
19
-$oldVersion = '8\.5' # slash needed !
20
-$newVersion = "8.6.0"
21
-$newWildcardVersion = "8.6.*"
+$oldVersion = '8\.6' # slash needed !
+$newVersion = "8.7.0"
+$newWildcardVersion = "8.7.*"
22
23
24
# Get all .csproj files in the directory and subdirectories
0 commit comments