Skip to content

Commit f64d2ff

Browse files
committed
Updated version number
1 parent 50bc9c8 commit f64d2ff

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

release_appveyor.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# See http://www.appveyor.com/docs/appveyor-yml for many more options
2-
3-
version: Release_{branch}_0.9.{build}.0
1+
version: 0.9.{build}.0
42
branches:
53
only:
64
- master
75
skip_tags: true
8-
# Skip on updates to the readme.
9-
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
10-
skip_commits:
11-
message: /Update (README.md|LICENSE|.gitignore|.gitattributes)*/
126
configuration: Release
137
platform: Any CPU
148
assembly_info:
159
patch: true
1610
file: '**\AssemblyInfo.*'
17-
assembly_version: 0.9.{build}.0
18-
assembly_file_version: 0.9.{build}.0
19-
assembly_informational_version: 0.9.{build}.0
11+
assembly_version: '{version}'
12+
assembly_file_version: '{version}'
13+
assembly_informational_version: '{version}'
2014
build:
2115
publish_nuget: true
2216
publish_nuget_symbols: true

0 commit comments

Comments
 (0)