Skip to content

Commit aab4984

Browse files
authored
Merge pull request #37 from cloudscribe/version_8.7
Update version to 8.7.0
2 parents 4c82341 + 6d1c47e commit aab4984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/cloudscribe.Web.Localization/cloudscribe.Web.Localization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>more flexible localization for ASP.NET Core</Description>
5-
<Version>8.6.0</Version>
5+
<Version>8.7.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageId>cloudscribe.Web.Localization</PackageId>

update_version.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
$directory = "src"
1717

1818
# Define the old & new versions
19-
$oldVersion = '8\.5' # slash needed !
20-
$newVersion = "8.6.0"
21-
$newWildcardVersion = "8.6.*"
19+
$oldVersion = '8\.6' # slash needed !
20+
$newVersion = "8.7.0"
21+
$newWildcardVersion = "8.7.*"
2222

2323

2424
# Get all .csproj files in the directory and subdirectories

0 commit comments

Comments
 (0)