Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed Jan 21, 2015
1 parent ea13898 commit 94130b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartStoreNET.Tasks.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<BuildPlatform Condition="$(BuildPlatform) == ''">x86</BuildPlatform>

<xVersion>$(BUILD_NUMBER)</xVersion>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<ZipDirectory>$(StageFolder)</ZipDirectory>
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>
Expand Down

0 comments on commit 94130b5

Please sign in to comment.