File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66
77## Unreleased
88
9+ ## [ 10.0.0-beta.1] - 2024-04-03
10+
911### :zap : Added
1012
1113- Support for .NET Framework 4.6.2
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22
33 <PropertyGroup >
4- <VersionPrefix >9 .0.0</VersionPrefix >
5- <VersionSuffix ></VersionSuffix >
4+ <VersionPrefix >10 .0.0</VersionPrefix >
5+ <VersionSuffix >beta.1 </VersionSuffix >
66 <!--
77 Only increment the assembly version on major version changes to help users reduce binding
88 redirects, and how often they're updated. For more information, please read
99 https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
1010 -->
11- <AssemblyVersion >9 .0.0.0</AssemblyVersion >
11+ <AssemblyVersion >10 .0.0.0</AssemblyVersion >
1212 <Authors >Mattias Kindborg</Authors >
1313 <Company />
1414 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1515 <NoWarn >NU5105</NoWarn >
1616 </PropertyGroup >
1717
18- </Project >
18+ </Project >
You can’t perform that action at this time.
0 commit comments