Skip to content

Commit

Permalink
Fix incorrect version format in appveyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Mar 9, 2015
1 parent afd7fda commit fd7a2b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ platform:
- x86
- x64

matrix:
fast_finish: true

assembly_info:
patch: true
file: Colore\Properties\AssemblyInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}.{build}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'

nuget:
Expand Down

0 comments on commit fd7a2b3

Please sign in to comment.