We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b32b0 commit dc5dcb8Copy full SHA for dc5dcb8
appveyor.yml
@@ -1,4 +1,5 @@
1
-version: 0.2.0.{build}
+#TODO: Remove '-beta' for 1.0 release! This is to identify as prerelease on NuGet
2
+version: 0.2.0-beta+{build}
3
os: Unstable
4
configuration: Release
5
clone_depth: 10
@@ -18,7 +19,7 @@ branches:
18
19
assembly_info:
20
patch: true
21
file: '**\AssemblyInfo.*'
- assembly_version: '0.2.0' # This version number should always have 0 for the last section
22
+ assembly_version: '{version}'
23
assembly_file_version: '{version}'
24
assembly_informational_version: '{version}'
25
0 commit comments