update release version in AppVeyor

This commit is contained in:
Jeremy 2021-07-19 13:06:08 +10:00
parent 988fa1c1ff
commit cd6f3ac4a7
2 changed files with 4 additions and 4 deletions

View file

@ -16,6 +16,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyInformationalVersion("1.8.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]

View file

@ -1,4 +1,4 @@
version: '1.7.2.{build}'
version: '1.8.0.{build}'
init:
- ps: |