Skip to content

Commit fd0268b

Browse files
release v5.0.0
1 parent 53b1d59 commit fd0268b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff 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

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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 />

0 commit comments

Comments
 (0)