We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61006aa commit 33f47aeCopy full SHA for 33f47ae
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.1.0.{build}
+version: 0.2.0.{build}
2
os: Unstable
3
configuration: Release
4
clone_depth: 10
@@ -10,7 +10,7 @@ branches:
10
assembly_info:
11
patch: true
12
file: '**\AssemblyInfo.*'
13
- assembly_version: '0.1.0' # This version number should always have 0 for the last section
+ assembly_version: '0.2.0' # This version number should always have 0 for the last section
14
assembly_file_version: '{version}'
15
assembly_informational_version: '{version}'
16
0 commit comments