Skip to content

Commit 20af288

Browse files
committed
Bump Version (Final Build)
1 parent 39f7cdf commit 20af288

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

BuildVersion.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<!--
22
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-
<BuildVersionData
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+
--><BuildVersionData
615
BuildMajor = "6"
716
BuildMinor = "0"
8-
BuildPatch = "1"
17+
BuildPatch = "2"
18+
PreReleaseName = "beta"
919
/>

0 commit comments

Comments
 (0)