Skip to content

Commit 8e0e471

Browse files
Increased version number to 2.2.2
1 parent a0a4d1a commit 8e0e471

File tree

6 files changed

+280
-52
lines changed

6 files changed

+280
-52
lines changed

SmartStoreNET.Tasks.Targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<BuildPlatform Condition="$(BuildPlatform) == ''">x86</BuildPlatform>
4545

4646
<xVersion>$(BUILD_NUMBER)</xVersion>
47-
<Version>2.2.1</Version>
47+
<Version>2.2.2</Version>
4848
<ZipDirectory>$(StageFolder)</ZipDirectory>
4949
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
5050
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>

src/AssemblyVersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
[assembly: AssemblyVersion("2.2.0.0")]
1313

1414
[assembly: AssemblyFileVersion("2.2.0.0")]
15-
[assembly: AssemblyInformationalVersion("2.2.1.0")]
15+
[assembly: AssemblyInformationalVersion("2.2.2.0")]

0 commit comments

Comments
 (0)