build: update version to 2018.1 B1

This commit is contained in:
Bill Zissimopoulos 2017-12-09 11:43:43 -08:00
parent dcabdff422
commit c1c9dca94b
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

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