Skip to content

Commit ad1a92c

Browse files
Updated Smartstore version number to 4.1.1
1 parent 1f417ae commit ad1a92c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SmartStoreNET.Tasks.Targets

Lines changed: 1 addition & 1 deletion
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.0</Version>
42+
<Version>4.1.1</Version>
4343
<ZipDirectory>$(StageFolder)</ZipDirectory>
4444
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
4545
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>

src/AssemblyVersionInfo.cs

Lines changed: 3 additions & 3 deletions
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.0.0")]
12+
[assembly: AssemblyVersion("4.1.1.0")]
1313

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

0 commit comments

Comments
 (0)