Skip to content

Commit

Permalink
Fix versioning in newer versions of VS, and bump to 4.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Mar 19, 2018
1 parent 8d08f28 commit 4062b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -24,7 +24,7 @@

<!-- Workaround for NuGet bug, see https://github.com/AArnott/Nerdbank.GitVersioning/issues/113 -->
<PropertyGroup>
<NerdbankGitVersioningVersion>2.0.41</NerdbankGitVersioningVersion>
<NerdbankGitVersioningVersion>2.1.23</NerdbankGitVersioningVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.1.2",
"version": "4.1.3",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit 4062b7f

Please sign in to comment.