Skip to content

Commit 739aff1

Browse files
committed
Formal build of pre-release fix (Bumped Version)
1 parent 62624d8 commit 739aff1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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)