build: bump version to 1.7

This commit is contained in:
Bill Zissimopoulos 2020-01-28 17:44:13 -08:00
parent 0002655782
commit 8301642e6b
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

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