Skip to content

Commit da1e3d1

Browse files
Increased version number to 2.6.0
1 parent e79c397 commit da1e3d1

File tree

19 files changed

+616
-94
lines changed

19 files changed

+616
-94
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.5.0</Version>
47+
<Version>2.6.0</Version>
4848
<ZipDirectory>$(StageFolder)</ZipDirectory>
4949
<ZipVersionFileSuffix Condition="$(Version) != ''">.$(Version)</ZipVersionFileSuffix>
5050
<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("2.5.0.0")]
12+
[assembly: AssemblyVersion("2.6.0.0")]
1313

14-
[assembly: AssemblyFileVersion("2.5.0.0")]
15-
[assembly: AssemblyInformationalVersion("2.5.0.0")]
14+
[assembly: AssemblyFileVersion("2.6.0.0")]
15+
[assembly: AssemblyInformationalVersion("2.6.0.0")]

src/Plugins/SmartStore.AmazonPay/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FriendlyName: Pay with Amazon
22
SystemName: SmartStore.AmazonPay
3-
Version: 2.5.0
3+
Version: 2.6.0
44
Group: Payment
55
MinAppVersion: 2.5.0
66
Author: SmartStore AG

src/Plugins/SmartStore.Clickatell/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Clickatell SMS Provider
22
SystemName: SmartStore.Clickatell
33
Group: Mobile
4-
Version: 2.5.0
4+
Version: 2.6.0
55
MinAppVersion: 2.5.0
66
DisplayOrder: 1
77
FileName: SmartStore.Clickatell.dll

src/Plugins/SmartStore.DevTools/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: SmartStore.NET Developer Tools (MiniProfiler and other goodies)
22
SystemName: SmartStore.DevTools
33
Group: Developer
4-
Version: 2.5.0
4+
Version: 2.6.0
55
MinAppVersion: 2.5.0
66
DisplayOrder: 1
77
FileName: SmartStore.DevTools.dll

src/Plugins/SmartStore.DiscountRules/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 2.5.0.1
5+
Version: 2.6.0
66
MinAppVersion: 2.5.0
77
DisplayOrder: 0
88
FileName: SmartStore.DiscountRules.dll

src/Plugins/SmartStore.FacebookAuth/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Facebook
22
SystemName: SmartStore.FacebookAuth
33
Group: Security
4-
Version: 2.5.0
4+
Version: 2.6.0
55
MinAppVersion: 2.5.0
66
DisplayOrder: 5
77
FileName: SmartStore.FacebookAuth.dll

src/Plugins/SmartStore.GoogleAnalytics/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Google Analytics
22
SystemName: SmartStore.GoogleAnalytics
33
Group: Analytics
4-
Version: 2.5.0
4+
Version: 2.6.0
55
MinAppVersion: 2.5.0
66
DisplayOrder: 1
77
FileName: SmartStore.GoogleAnalytics.dll

src/Plugins/SmartStore.GoogleMerchantCenter/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Google Merchant Center (GMC) feed
22
SystemName: SmartStore.GoogleMerchantCenter
33
Group: Marketing
4-
Version: 2.5.0.1
4+
Version: 2.6.0
55
MinAppVersion: 2.5.0
66
Author: SmartStore AG
77
DisplayOrder: 1

src/Plugins/SmartStore.OfflinePayment/Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description: Contains common offline payment methods like Direct Debit, Invoice, Prepayment etc.
33
Group: Payment
44
SystemName: SmartStore.OfflinePayment
5-
Version: 2.5.0
5+
Version: 2.6.0
66
MinAppVersion: 2.5.0
77
DisplayOrder: 0
88
FileName: SmartStore.OfflinePayment.dll

0 commit comments

Comments
 (0)