Update appveyor.yml

pull/1302/head
Jamie 7 years ago committed by GitHub
parent 6a6edb7661
commit a744c80cb9

@ -1,11 +1,11 @@
version: 2.1.{build} version: 2.2.{build}
configuration: Release configuration: Release
assembly_info: assembly_info:
patch: true patch: true
file: '**\AssemblyInfo.*' file: '**\AssemblyInfo.*'
assembly_version: '2.1.0' assembly_version: '2.2.0'
assembly_file_version: '{version}' assembly_file_version: '{version}'
assembly_informational_version: '2.1.0' assembly_informational_version: '2.2.0'
before_build: before_build:
- cmd: appveyor-retry nuget restore - cmd: appveyor-retry nuget restore
build: build:

Loading…
Cancel
Save