We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7813 commit f0202bcCopy full SHA for f0202bc
2 files changed
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.3.0</Version>
+ <Version>8.4.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\.2' # slash needed !
20
-$newVersion = "8.3.0"
21
-$newWildcardVersion = "8.3.*"
+$oldVersion = '8\.3' # slash needed !
+$newVersion = "8.4.0"
+$newWildcardVersion = "8.4.*"
22
23
24
# Get all .csproj files in the directory and subdirectories
0 commit comments