Skip to content

Commit

Permalink
Version.json updated
Browse files Browse the repository at this point in the history
Version file fixed

Update version.json

Update Nerdbank.GitVersioning Version
  • Loading branch information
aborziak-ms authored and michael-hawker committed Jan 25, 2023
1 parent 703e00d commit 64fb023
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version=" 2.1.65" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json">
<Link>stylecop.json</Link>
</AdditionalFiles>
</ItemGroup>
</Project>
</Project>
9 changes: 8 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/dev$", // we release out of dev
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
"^refs/heads/winui$", // we release out of winui
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+", // we also release branches starting with rel/N.N.N
"^refs/heads/rel/winui/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/winui/N.N.N
],
"nugetPackageVersion":{
"semVer": 2
Expand All @@ -12,5 +14,10 @@
"buildNumber": {
"enabled": false
}
},
"release": {
"branchName" : "rel/{version}",
"versionIncrement" : "build",
"firstUnstableTag" : "preview"
}
}

0 comments on commit 64fb023

Please sign in to comment.