Updated version number to 3.4.1.
This commit is contained in:
parent
21aa407d2b
commit
f5e4016dfd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version: '3.4.0.{build}'
|
version: '3.4.1.{build}'
|
||||||
image: Windows
|
image: Windows
|
||||||
configuration: Release
|
configuration: Release
|
||||||
platform:
|
platform:
|
||||||
|
@ -12,7 +12,7 @@ assembly_info:
|
||||||
file: AssemblyInfo.*
|
file: AssemblyInfo.*
|
||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '3.4.0 ($(platform))'
|
assembly_informational_version: '3.4.1 ($(platform))'
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
|
- appveyor DownloadFile "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in a new issue