-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.props
More file actions
19 lines (19 loc) · 815 Bytes
/
Version.props
File metadata and controls
19 lines (19 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<!--
=======================================================================================
Version information shared between the projects within the whole solution.
Major, Minor, Patch is to be set manually
Build is set at the beginning of the build process using SetBuildNumberTask (once per solution/build)
=======================================================================================
-->
<PropertyGroup>
<RadMajor>2</RadMajor>
<RadMinor>0</RadMinor>
<RadPatch>1</RadPatch>
<RadBuild>552</RadBuild>
<PackageVersionShort>2.0.1</PackageVersionShort>
<PackageVersionFull>2.0.1+552.190707161143.release.eea80db</PackageVersionFull>
<GitCommit>eea80db</GitCommit>
<GitBranch>release</GitBranch>
</PropertyGroup>
</Project>