Skip to content

Commit

Permalink
Increased version number to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed Jul 28, 2015
1 parent a0a4d1a commit 8e0e471
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 52 deletions.
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.2.1</Version>
<Version>2.2.2</Version>
<ZipDirectory>$(StageFolder)</ZipDirectory>
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>
Expand Down
2 changes: 1 addition & 1 deletion src/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
[assembly: AssemblyVersion("2.2.0.0")]

[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyInformationalVersion("2.2.1.0")]
[assembly: AssemblyInformationalVersion("2.2.2.0")]
Loading

0 comments on commit 8e0e471

Please sign in to comment.