Skip to content

Commit 5b159fe

Browse files
committed
Increased app version number
1 parent a4fe932 commit 5b159fe

18 files changed

Lines changed: 36 additions & 33 deletions

File tree

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.1.1</Version>
47+
<Version>2.2.0</Version>
4848
<ZipDirectory>$(StageFolder)</ZipDirectory>
4949
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
5050
<ZipVersionFileSuffix Condition="$(Version) == ''"></ZipVersionFileSuffix>

src/AssemblySharedInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
[assembly: AssemblyDescription("SmartStore.NET")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("SmartStore AG")]
12-
[assembly: AssemblyCopyright("Copyright © SmartStore AG 2014")]
12+
[assembly: AssemblyCopyright("Copyright © SmartStore AG 2015")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]

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("2.1.0.0")]
12+
[assembly: AssemblyVersion("2.2.0.0")]
1313

14-
[assembly: AssemblyFileVersion("2.1.1.0")]
15-
[assembly: AssemblyInformationalVersion("2.1.1.0")]
14+
[assembly: AssemblyFileVersion("2.2.0.0")]
15+
[assembly: AssemblyInformationalVersion("2.2.0.0")]

src/Libraries/SmartStore.Core/SmartStoreVersion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public static class SmartStoreVersion
1919
new Version("1.2"),
2020
new Version("1.2.1"), // MC: had to be :-(
2121
new Version("2.0"),
22-
new Version("2.1")
22+
new Version("2.1"),
23+
new Version("2.2")
2324
};
2425

2526
static SmartStoreVersion()

src/Plugins/SmartStore.AmazonPay/Description.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FriendlyName: Pay with Amazon
22
SystemName: SmartStore.AmazonPay
3-
Version: 1.20
3+
Version: 2.2.0
44
Group: Payment
5-
MinAppVersion: 2.1.0
5+
MinAppVersion: 2.2.0
66
Author: SmartStore AG
77
DisplayOrder: 1
88
FileName: SmartStore.AmazonPay.dll
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FriendlyName: Clickatell SMS Provider
22
SystemName: SmartStore.Clickatell
33
Group: Mobile
4-
Version: 1.5
5-
MinAppVersion: 2.1.0
4+
Version: 2.2.0
5+
MinAppVersion: 2.2.0
66
DisplayOrder: 1
77
FileName: SmartStore.Clickatell.dll
88
ResourceRootKey: Plugins.Sms.Clickatell
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FriendlyName: SmartStore.NET Developer Tools (MiniProfiler and other goodies)
22
SystemName: SmartStore.DevTools
33
Group: Developer
4-
Version: 1.1
5-
MinAppVersion: 2.1.0
4+
Version: 2.2.0
5+
MinAppVersion: 2.2.0
66
DisplayOrder: 1
77
FileName: SmartStore.DevTools.dll
88
ResourceRootKey: Plugins.Developer.DevTools

src/Plugins/SmartStore.DiscountRules/Description.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Description: Contains common discount requirement rule providers like "Billing country is", "Customer role is", "Had spent amount" etc.
33
Group: Marketing
44
SystemName: SmartStore.DiscountRules
5-
Version: 1.0
6-
MinAppVersion: 2.1.0
5+
Version: 2.2.0
6+
MinAppVersion: 2.2.0
77
DisplayOrder: 0
88
FileName: SmartStore.DiscountRules.dll
99
ResourceRootKey: Plugins.SmartStore.DiscountRules
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FriendlyName: Facebook
22
SystemName: SmartStore.FacebookAuth
33
Group: Security
4-
Version: 1.5
5-
MinAppVersion: 2.1.0
4+
Version: 2.2.0
5+
MinAppVersion: 2.2.0
66
DisplayOrder: 5
77
FileName: SmartStore.FacebookAuth.dll
88
ResourceRootKey: Plugins.ExternalAuth.Facebook

src/Plugins/SmartStore.GoogleAnalytics/Description.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FriendlyName: Google Analytics
22
SystemName: SmartStore.GoogleAnalytics
33
Group: Analytics
4-
Version: 1.7
5-
MinAppVersion: 2.1.0
4+
Version: 2.2.0
5+
MinAppVersion: 2.2.0
66
DisplayOrder: 1
77
FileName: SmartStore.GoogleAnalytics.dll
88
ResourceRootKey: Plugins.Widgets.GoogleAnalytics

0 commit comments

Comments
 (0)