Skip to content

Commit bb85722

Browse files
Updated Smartstore version number to 4.2.0
1 parent ef735fe commit bb85722

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SmartStoreNET.Tasks.Targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<BuildPlatform Condition="$(BuildPlatform) == ''">x86</BuildPlatform>
4040

4141
<xVersion>$(BUILD_NUMBER)</xVersion>
42-
<Version>4.1.1</Version>
42+
<Version>4.2.0</Version>
4343
<ZipDirectory>$(StageFolder)</ZipDirectory>
4444
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
4545
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>

src/AssemblyVersionInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010
// You can specify all the values or you can default the Revision and Build Numbers
1111
// by using the '*' as shown below:
12-
[assembly: AssemblyVersion("4.1.1.0")]
12+
[assembly: AssemblyVersion("4.2.0.0")]
1313

14-
[assembly: AssemblyFileVersion("4.1.1.0")]
15-
[assembly: AssemblyInformationalVersion("4.1.1.0")]
14+
[assembly: AssemblyFileVersion("4.2.0.0")]
15+
[assembly: AssemblyInformationalVersion("4.2.0.0")]

0 commit comments

Comments
 (0)