Update version information and AppVeyor settings

This commit is contained in:
GoldenCrystal
2017-09-07 23:52:28 +02:00
parent 751e84fc6d
commit cac4c9de8b
4 changed files with 34 additions and 17 deletions
+11 -4
View File
@@ -1,13 +1,18 @@
version: '{build}'
version: 2.2.1.{build}
image: Visual Studio 2017
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.Common.*
assembly_version: 2.1.0.{build}
assembly_file_version: 2.1.0.{build}
assembly_informational_version: 2.1.0.{build}-CI
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-CI'
dotnet_csproj:
patch: true
file: Common.props
version: '{version}'
package_version: '{version}'
before_build:
- cmd: nuget restore
build:
@@ -20,6 +25,8 @@ test_script:
artifacts:
- path: UnicodeCharacterInspector\bin\Release
name: UnicodeCharacterInspector
- path: UnicodeInformation\bin\Release\UnicodeInformation.*.nupkg
name: NuGet
deploy:
- provider: NuGet
api_key: