Skip to content

Commit 560e149

Browse files
committed
Bump to 20.4
1 parent 8ae1467 commit 560e149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
BuildPlatform: "Any CPU"
99
# TODO: reset counter on each GlobalAssemblyProperties version bump
1010
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=vsts&tabs=yaml%2Cbatch#counters
11-
patch: $[counter('patch_counter_20_2', 1)]
11+
patch: $[counter('patch_counter_20_4', 1)]
1212

1313
steps:
1414
- task: NodeTool@0

Properties/GlobalAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// Remeber to reset the counter on each version bump
1515
// Eg. if you change version here to 18.4.2.*, in .vsts-ci.yml the line should be patch: $[counter('patch_counter_18_4_2', 1)]
1616
//
17-
[assembly: AssemblyVersion("20.2.0.*")]
17+
[assembly: AssemblyVersion("20.4.0.*")]

0 commit comments

Comments
 (0)