Skip to content

Commit

Permalink
#12
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 15, 2016
1 parent 1936512 commit 98c0a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 1.2.0
version: 1.2.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '1.2.0'
assembly_file_version: '1.2.{build}'
assembly_file_version: '{version}'
assembly_informational_version: '1.2.0'
before_build:
- cmd: appveyor-retry nuget restore
Expand Down

0 comments on commit 98c0a4f

Please sign in to comment.