build: bump version to 2020.1 B1

This commit is contained in:
Bill Zissimopoulos 2020-01-02 17:46:13 -08:00
parent 4e0690e65f
commit 0ce8b1c254
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

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