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 84876b0 commit e4278c0Copy full SHA for e4278c0
src/coverlet.core/coverlet.core.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Library</OutputType>
5
<TargetFramework>netstandard2.0</TargetFramework>
6
- <AssemblyVersion>5.7.0</AssemblyVersion>
+ <AssemblyVersion>5.7.1</AssemblyVersion>
7
<IsPackable>false</IsPackable>
8
</PropertyGroup>
9
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "3.1.1-preview.{height}",
+ "version": "3.1.1",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],
0 commit comments