build: version.properties bump version to 2020.2 Beta2

This commit is contained in:
Bill Zissimopoulos 2020-05-21 15:09:37 -07:00
parent af52ac3df0
commit dcf83b6d64

View File

@ -16,10 +16,10 @@
<MyCompanyName>Navimatics LLC</MyCompanyName>
<MyCopyright>2015-$([System.DateTime]::Now.ToString(`yyyy`)) Bill Zissimopoulos</MyCopyright>
<MyCanonicalVersion>1.7</MyCanonicalVersion>
<MyCanonicalVersion>1.8</MyCanonicalVersion>
<MyProductVersion>2020.1</MyProductVersion>
<MyProductStage>Gold</MyProductStage>
<MyProductVersion>2020.2 Beta1</MyProductVersion>
<MyProductStage>Beta</MyProductStage>
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
<MyVersionWithCommas>$(MyVersion.Replace('.',',')),0</MyVersionWithCommas>