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 e11c6e2 commit 70cdfd6Copy full SHA for 70cdfd6
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [7.0.1] - 2020-08-14
10
+
11
### :syringe: Fixed
12
13
- Configure [SourceLink](https://github.com/dotnet/sourcelink) to embed untracked sources
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
<PropertyGroup>
4
- <VersionPrefix>7.0.0</VersionPrefix>
+ <VersionPrefix>7.0.1</VersionPrefix>
5
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments