build: version.properties: AssemblyVersion

This commit is contained in:
Bill Zissimopoulos
2017-04-05 17:18:49 -07:00
parent 20b3ecd0cd
commit 37affbf572
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
<MyVersionWithCommas>$(MyVersion.Replace('.',',')),0</MyVersionWithCommas>
<MyFullVersion>$(MyCanonicalVersion).$(MyBuildNumber).$(MyGitRevision)</MyFullVersion>
<MyAssemblyVersion>$(MyCanonicalVersion.Substring(0, $(MyCanonicalVersion.IndexOf('.'))))</MyAssemblyVersion>
</PropertyGroup>
<ItemDefinitionGroup>