Skip to content

Commit

Permalink
Updated Smartstore.NET version number to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed May 10, 2019
1 parent dbb1be9 commit c0455fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SmartStoreNET.Tasks.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<BuildPlatform Condition="$(BuildPlatform) == ''">x86</BuildPlatform>

<xVersion>$(BUILD_NUMBER)</xVersion>
<Version>3.1.5</Version>
<Version>3.2.0</Version>
<ZipDirectory>$(StageFolder)</ZipDirectory>
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>
Expand Down
6 changes: 3 additions & 3 deletions src/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.1.5.0")]
[assembly: AssemblyVersion("3.2.0.0")]

[assembly: AssemblyFileVersion("3.1.5.0")]
[assembly: AssemblyInformationalVersion("3.1.5.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyInformationalVersion("3.2.0.0")]

0 comments on commit c0455fa

Please sign in to comment.