Skip to content

Commit

Permalink
release v10.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Apr 3, 2024
1 parent 92b6d4d commit ec1c43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

## [10.0.0-beta.1] - 2024-04-03

### :zap: Added

- Support for .NET Framework 4.6.2
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<VersionPrefix>9.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>10.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<!--
Only increment the assembly version on major version changes to help users reduce binding
redirects, and how often they're updated. For more information, please read
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
-->
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5105</NoWarn>
</PropertyGroup>

</Project>
</Project>

0 comments on commit ec1c43e

Please sign in to comment.