We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09dddd commit 185027aCopy full SHA for 185027a
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [7.1.0] - 2020-10-19
10
+
11
### :zap: Added
12
13
- Support for .NET Standard 2.1 (contributed by [@augustoproiete](https://github.com/augustoproiete))
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
<PropertyGroup>
4
- <VersionPrefix>7.0.1</VersionPrefix>
+ <VersionPrefix>7.1.0</VersionPrefix>
5
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments