File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/cloudscribe.Web.Localization Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <Description >more flexible localization for ASP.NET Core</Description >
5- <Version >8.4 .0</Version >
5+ <Version >8.5 .0</Version >
66 <TargetFramework >net8.0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageId >cloudscribe.Web.Localization</PackageId >
Original file line number Diff line number Diff line change 1616$directory = " src"
1717
1818# Define the old & new versions
19- $oldVersion = ' 8\.3 ' # slash needed !
20- $newVersion = " 8.4 .0"
21- $newWildcardVersion = " 8.4 .*"
19+ $oldVersion = ' 8\.4 ' # slash needed !
20+ $newVersion = " 8.5 .0"
21+ $newWildcardVersion = " 8.5 .*"
2222
2323
2424# Get all .csproj files in the directory and subdirectories
You can’t perform that action at this time.
0 commit comments