Skip to content

Commit dc5dcb8

Browse files
committed
Update version strategy in appveyor.yml
1 parent 16b32b0 commit dc5dcb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
version: 0.2.0.{build}
1+
#TODO: Remove '-beta' for 1.0 release! This is to identify as prerelease on NuGet
2+
version: 0.2.0-beta+{build}
23
os: Unstable
34
configuration: Release
45
clone_depth: 10
@@ -18,7 +19,7 @@ branches:
1819
assembly_info:
1920
patch: true
2021
file: '**\AssemblyInfo.*'
21-
assembly_version: '0.2.0' # This version number should always have 0 for the last section
22+
assembly_version: '{version}'
2223
assembly_file_version: '{version}'
2324
assembly_informational_version: '{version}'
2425

0 commit comments

Comments
 (0)