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 988c3a8 + b2cca82 commit 57b7813Copy full SHA for 57b7813
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.2.0</Version>
+ <Version>8.3.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\.1' # slash needed !
20
-$newVersion = "8.2.0"
21
-$newWildcardVersion = "8.2.*"
+$oldVersion = '8\.2' # slash needed !
+$newVersion = "8.3.0"
+$newWildcardVersion = "8.3.*"
22
23
24
# Get all .csproj files in the directory and subdirectories
0 commit comments