Skip to content

Commit

Permalink
prep release number
Browse files Browse the repository at this point in the history
  • Loading branch information
ButchersBoy committed Aug 26, 2016
1 parent d661b15 commit bf669f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '2.0.1.{build}'
assembly_file_version: '2.0.1.{build}'
assembly_informational_version: '2.0.1.{build}'
assembly_version: '2.1.0.{build}'
assembly_file_version: '2.1.0.{build}'
assembly_informational_version: '2.1.0.{build}'
environment:
RestorePackages: false
install:
Expand All @@ -27,7 +27,7 @@
- path: '**\MaterialDesignThemes.*.nupkg'
- path: bin\**\*.*

version: 2.0.1-ci{build}
version: 2.1.0-ci{build}
deploy:
- provider: NuGet
api_key:
Expand Down Expand Up @@ -62,4 +62,4 @@
- path: '**\MaterialDesignThemes.*.nupkg'
- path: bin\**\*.*

version: 2.0.1.{build}
version: 2.1.0.{build}

0 comments on commit bf669f5

Please sign in to comment.