Get ahead on build version numbers for a change finally · CommunityToolkit/ColorCode-Universal@f5be673 (original) (raw)

Original file line number Diff line number Diff line change
@@ -21,9 +21,9 @@ steps:
21 21 displayName: Setup Environment Variables
22 22
23 23 - task: NuGetToolInstaller@1
24 -displayName: Use NuGet 5.11.0
24 +displayName: Use NuGet 5.11.x
25 25 inputs:
26 -versionSpec: 5.11.0
26 +versionSpec: 5.11.x
27 27
28 28 - task: DotNetCoreCLI@2
29 29 inputs:
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 1 {
2 -"version": "2.0.13-build.{height}",
2 +"version": "2.0.15-build.{height}",
3 3 "publicReleaseRefSpec": [
4 4 "^refs/heads/main$", // we release out of main
5 5 "^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N