Skip to content

Commit bf669f5

Browse files
committed
prep release number
1 parent d661b15 commit bf669f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
assembly_info:
1010
patch: true
1111
file: '**\AssemblyInfo.*'
12-
assembly_version: '2.0.1.{build}'
13-
assembly_file_version: '2.0.1.{build}'
14-
assembly_informational_version: '2.0.1.{build}'
12+
assembly_version: '2.1.0.{build}'
13+
assembly_file_version: '2.1.0.{build}'
14+
assembly_informational_version: '2.1.0.{build}'
1515
environment:
1616
RestorePackages: false
1717
install:
@@ -27,7 +27,7 @@
2727
- path: '**\MaterialDesignThemes.*.nupkg'
2828
- path: bin\**\*.*
2929

30-
version: 2.0.1-ci{build}
30+
version: 2.1.0-ci{build}
3131
deploy:
3232
- provider: NuGet
3333
api_key:
@@ -62,4 +62,4 @@
6262
- path: '**\MaterialDesignThemes.*.nupkg'
6363
- path: bin\**\*.*
6464

65-
version: 2.0.1.{build}
65+
version: 2.1.0.{build}

0 commit comments

Comments
 (0)