Skip to content

Commit

Permalink
Updated to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tompazourek authored Mar 11, 2017
1 parent 880d353 commit e99a443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 1.2.0.{build}
version: 1.2.1.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: 1.0.0.0
assembly_file_version: '{version}'
assembly_informational_version: 1.2.0
assembly_informational_version: 1.2.1
before_build:
- cmd: nuget restore -Verbosity quiet
build:
Expand All @@ -16,4 +16,4 @@ artifacts:
- path: Rationals\bin\$(configuration)
name: Rationals
- path: Rationals*.nupkg
name: Rationals
name: Rationals

0 comments on commit e99a443

Please sign in to comment.