File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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+ ## [ 5.0.0] - 2024-12-22
10+
911### :zap : Added
1012
1113- Support for .NET 8
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 >4 .0.6 </VersionPrefix >
4+ <VersionPrefix >5 .0.0 </VersionPrefix >
55 <VersionSuffix ></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 >4 .0.0.0</AssemblyVersion >
11+ <AssemblyVersion >5 .0.0.0</AssemblyVersion >
1212 <Authors >Mattias Kindborg</Authors >
1313 <Copyright >Copyright 2019-2024 Mattias Kindborg</Copyright >
1414 <Company />
You can’t perform that action at this time.
0 commit comments