Prepare release 3.1.2 (#1293)

Prepare release 3.1.2
This commit is contained in:
Marco Rossignoli
2022-02-06 17:17:46 +01:00
committed by GitHub
parent 83b5b35ae3
commit e335b1a802
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>5.7.1</AssemblyVersion>
<AssemblyVersion>5.7.2</AssemblyVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.1.2-preview.{height}",
"version": "3.1.2",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],