File tree 2 files changed +4
-2
lines changed
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
6
6
7
7
## Unreleased
8
8
9
+ ## [ 5.0.0] - 2024-12-22
10
+
9
11
### :zap : Added
10
12
11
13
- Support for .NET 8
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >4 .0.6 </VersionPrefix >
4
+ <VersionPrefix >5 .0.0 </VersionPrefix >
5
5
<VersionSuffix ></VersionSuffix >
6
6
<!--
7
7
Only increment the assembly version on major version changes to help users reduce binding
8
8
redirects, and how often they're updated. For more information, please read
9
9
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
10
10
-->
11
- <AssemblyVersion >4 .0.0.0</AssemblyVersion >
11
+ <AssemblyVersion >5 .0.0.0</AssemblyVersion >
12
12
<Authors >Mattias Kindborg</Authors >
13
13
<Copyright >Copyright 2019-2024 Mattias Kindborg</Copyright >
14
14
<Company />
You can’t perform that action at this time.
0 commit comments