Skip to content

Commit 3a131ea

Browse files
committed
Final Build (Bumped Version)
1 parent 211d1fb commit 3a131ea

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

BuildVersion.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1+
<!--
2+
This file is updated on a public release to set the build number for a release and that all subsequent CI builds
3+
will be based on.
4+
5+
Valid attributes are:
6+
BuildMajor,
7+
BuildMinor,
8+
BuildPatch,
9+
PreReleaseName,
10+
Valid names are:
11+
"alpha", "beta", "delta", "epsilon", "gamma", "kappa", "pre"|"prerelease", "rc"
12+
PreReleaseNumber,
13+
PreReleaseFix
14+
-->
115
<BuildVersionData
216
BuildMajor = "20"
317
BuildMinor = "1"
418
BuildPatch = "8"
519
PreReleaseName = "alpha"
20+
PreReleaseNumber = "0"
21+
PreReleaseFix ="1"
622
/>

0 commit comments

Comments
 (0)