Skip to content

Commit 9d7e467

Browse files
committed
Incremented assembly and plugin versions
1 parent 8be6ecd commit 9d7e467

31 files changed

Lines changed: 93 additions & 55 deletions

File tree

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

14-
[assembly: AssemblyFileVersion("1.2.1.0")]
15-
[assembly: AssemblyInformationalVersion("1.3.0.0")]
14+
[assembly: AssemblyFileVersion("2.0.0.0")]
15+
[assembly: AssemblyInformationalVersion("2.0.0.0")]

src/Plugins/Api.WebApi/Description.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Group: Api
22
FriendlyName: SmartStore.NET Web Api
33
SystemName: Api.WebApi
4-
Version: 1.0
5-
MinAppVersion: 1.2.1
4+
Version: 1.1
5+
MinAppVersion: 2.0.0
66
Author: SmartStore AG
77
DisplayOrder: 1
88
FileName: SmartStore.Plugin.Api.WebApi.dll

src/Plugins/Api.WebApi/SmartStore.Plugin.Api.WebApi.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,84 +47,103 @@
4747
<ItemGroup>
4848
<Reference Include="Autofac">
4949
<HintPath>..\..\packages\Autofac.3.3.0\lib\net40\Autofac.dll</HintPath>
50+
<Private>False</Private>
5051
</Reference>
5152
<Reference Include="Autofac.Integration.Mvc">
5253
<HintPath>..\..\packages\Autofac.Mvc5.3.2.0\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
54+
<Private>False</Private>
5355
</Reference>
5456
<Reference Include="AutoMapper">
5557
<HintPath>..\..\packages\AutoMapper.3.1.1\lib\net40\AutoMapper.dll</HintPath>
58+
<Private>False</Private>
5659
</Reference>
5760
<Reference Include="AutoMapper.Net4">
5861
<HintPath>..\..\packages\AutoMapper.3.1.1\lib\net40\AutoMapper.Net4.dll</HintPath>
62+
<Private>False</Private>
5963
</Reference>
6064
<Reference Include="Microsoft.Data.Edm, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6165
<SpecificVersion>False</SpecificVersion>
6266
<HintPath>..\..\packages\Microsoft.Data.Edm.5.6.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
67+
<Private>False</Private>
6368
</Reference>
6469
<Reference Include="Microsoft.Data.OData, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6570
<SpecificVersion>False</SpecificVersion>
6671
<HintPath>..\..\packages\Microsoft.Data.OData.5.6.1\lib\net40\Microsoft.Data.OData.dll</HintPath>
72+
<Private>False</Private>
6773
</Reference>
6874
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6975
<Private>False</Private>
7076
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
7177
</Reference>
7278
<Reference Include="Newtonsoft.Json">
7379
<HintPath>..\..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
80+
<Private>False</Private>
7481
</Reference>
7582
<Reference Include="System" />
7683
<Reference Include="System.Core" />
7784
<Reference Include="System.Net.Http" />
7885
<Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7986
<SpecificVersion>False</SpecificVersion>
8087
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.1.1\lib\net45\System.Net.Http.Formatting.dll</HintPath>
88+
<Private>False</Private>
8189
</Reference>
8290
<Reference Include="System.Net.Http.WebRequest" />
8391
<Reference Include="System.ServiceModel" />
8492
<Reference Include="System.ServiceModel.Routing" />
8593
<Reference Include="System.Spatial, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8694
<SpecificVersion>False</SpecificVersion>
8795
<HintPath>..\..\packages\System.Spatial.5.6.1\lib\net40\System.Spatial.dll</HintPath>
96+
<Private>False</Private>
8897
</Reference>
8998
<Reference Include="System.Web" />
9099
<Reference Include="System.Web.Abstractions" />
91100
<Reference Include="System.Web.Cors">
92101
<HintPath>..\..\packages\Microsoft.AspNet.Cors.5.1.1\lib\net45\System.Web.Cors.dll</HintPath>
102+
<Private>False</Private>
93103
</Reference>
94104
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95105
<SpecificVersion>False</SpecificVersion>
96106
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.Helpers.dll</HintPath>
107+
<Private>False</Private>
97108
</Reference>
98109
<Reference Include="System.Web.Http, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
99110
<SpecificVersion>False</SpecificVersion>
100111
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.1.1\lib\net45\System.Web.Http.dll</HintPath>
112+
<Private>False</Private>
101113
</Reference>
102114
<Reference Include="System.Web.Http.Cors">
103115
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Cors.5.1.1\lib\net45\System.Web.Http.Cors.dll</HintPath>
116+
<Private>False</Private>
104117
</Reference>
105118
<Reference Include="System.Web.Http.OData">
106119
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.OData.5.1.1\lib\net45\System.Web.Http.OData.dll</HintPath>
120+
<Private>False</Private>
107121
</Reference>
108122
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
109123
<SpecificVersion>False</SpecificVersion>
110124
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.1.1\lib\net45\System.Web.Mvc.dll</HintPath>
125+
<Private>False</Private>
111126
</Reference>
112127
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
113128
<SpecificVersion>False</SpecificVersion>
114129
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.1.1\lib\net45\System.Web.Razor.dll</HintPath>
130+
<Private>False</Private>
115131
</Reference>
116132
<Reference Include="System.Web.Routing" />
117133
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118134
<SpecificVersion>False</SpecificVersion>
119135
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.dll</HintPath>
136+
<Private>False</Private>
120137
</Reference>
121138
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122139
<SpecificVersion>False</SpecificVersion>
123140
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
141+
<Private>False</Private>
124142
</Reference>
125143
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
126144
<SpecificVersion>False</SpecificVersion>
127145
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
146+
<Private>False</Private>
128147
</Reference>
129148
<Reference Include="System.Xml.Linq" />
130149
<Reference Include="System.Data.DataSetExtensions" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Must be assigned to customer role
22
SystemName: DiscountRequirement.MustBeAssignedToCustomerRole
3-
Version: 1.2
4-
MinAppVersion: 1.2.1
3+
Version: 1.3
4+
MinAppVersion: 2.0.0
55
DisplayOrder: 1
66
FileName: SmartStore.Plugin.DiscountRules.CustomerRoles.dll
77
ResourceRootKey: Plugins.DiscountRequirement.MustBeAssignedToCustomerRole

src/Plugins/DiscountRules.CustomerRoles/SmartStore.Plugin.DiscountRules.CustomerRoles.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,32 @@
5959
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6060
<SpecificVersion>False</SpecificVersion>
6161
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.Helpers.dll</HintPath>
62+
<Private>False</Private>
6263
</Reference>
6364
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6465
<SpecificVersion>False</SpecificVersion>
6566
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.1.1\lib\net45\System.Web.Mvc.dll</HintPath>
67+
<Private>False</Private>
6668
</Reference>
6769
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6870
<SpecificVersion>False</SpecificVersion>
6971
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.1.1\lib\net45\System.Web.Razor.dll</HintPath>
72+
<Private>False</Private>
7073
</Reference>
7174
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7275
<SpecificVersion>False</SpecificVersion>
7376
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.dll</HintPath>
77+
<Private>False</Private>
7478
</Reference>
7579
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7680
<SpecificVersion>False</SpecificVersion>
7781
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
82+
<Private>False</Private>
7883
</Reference>
7984
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8085
<SpecificVersion>False</SpecificVersion>
8186
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
87+
<Private>False</Private>
8288
</Reference>
8389
<Reference Include="System.Xml.Linq" />
8490
<Reference Include="System.Data.DataSetExtensions" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Customer had spent x.xx amount
22
SystemName: DiscountRequirement.HadSpentAmount
3-
Version: 1.12
4-
MinAppVersion: 1.2.1
3+
Version: 1.13
4+
MinAppVersion: 2.0.0
55
DisplayOrder: 1
66
FileName: SmartStore.Plugin.DiscountRules.HadSpentAmount.dll
77
ResourceRootKey: Plugins.DiscountRules.HadSpentAmount

src/Plugins/DiscountRules.HadSpentAmount/SmartStore.Plugin.DiscountRules.HadSpentAmount.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,33 +56,40 @@
5656
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
59+
<Private>False</Private>
5960
</Reference>
6061
<Reference Include="System" />
6162
<Reference Include="System.Core" />
6263
<Reference Include="System.Web" />
6364
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6465
<SpecificVersion>False</SpecificVersion>
6566
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.Helpers.dll</HintPath>
67+
<Private>False</Private>
6668
</Reference>
6769
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6870
<SpecificVersion>False</SpecificVersion>
6971
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.1.1\lib\net45\System.Web.Mvc.dll</HintPath>
72+
<Private>False</Private>
7073
</Reference>
7174
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7275
<SpecificVersion>False</SpecificVersion>
7376
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.1.1\lib\net45\System.Web.Razor.dll</HintPath>
77+
<Private>False</Private>
7478
</Reference>
7579
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7680
<SpecificVersion>False</SpecificVersion>
7781
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.dll</HintPath>
82+
<Private>False</Private>
7883
</Reference>
7984
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8085
<SpecificVersion>False</SpecificVersion>
8186
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
87+
<Private>False</Private>
8288
</Reference>
8389
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8490
<SpecificVersion>False</SpecificVersion>
8591
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
92+
<Private>False</Private>
8693
</Reference>
8794
<Reference Include="System.Xml.Linq" />
8895
<Reference Include="System.Data.DataSetExtensions" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Customer has all of these products in the cart
22
SystemName: DiscountRequirement.HasAllProducts
3-
Version: 1.2
4-
MinAppVersion: 1.2.1
3+
Version: 1.3
4+
MinAppVersion: 2.0.0
55
DisplayOrder: 1
66
FileName: SmartStore.Plugin.DiscountRules.HasAllProducts.dll
77
ResourceRootKey: Plugins.DiscountRules.HasAllProducts

src/Plugins/DiscountRules.HasAllProducts/SmartStore.Plugin.DiscountRules.HasAllProducts.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,32 @@
5959
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6060
<SpecificVersion>False</SpecificVersion>
6161
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.Helpers.dll</HintPath>
62+
<Private>False</Private>
6263
</Reference>
6364
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6465
<SpecificVersion>False</SpecificVersion>
6566
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.1.1\lib\net45\System.Web.Mvc.dll</HintPath>
67+
<Private>False</Private>
6668
</Reference>
6769
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6870
<SpecificVersion>False</SpecificVersion>
6971
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.1.1\lib\net45\System.Web.Razor.dll</HintPath>
72+
<Private>False</Private>
7073
</Reference>
7174
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7275
<SpecificVersion>False</SpecificVersion>
7376
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.dll</HintPath>
77+
<Private>False</Private>
7478
</Reference>
7579
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7680
<SpecificVersion>False</SpecificVersion>
7781
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
82+
<Private>False</Private>
7883
</Reference>
7984
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8085
<SpecificVersion>False</SpecificVersion>
8186
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.1.1\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
87+
<Private>False</Private>
8288
</Reference>
8389
<Reference Include="System.Xml.Linq" />
8490
<Reference Include="System.Data.DataSetExtensions" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FriendlyName: Customer has one of these products in the cart
22
SystemName: DiscountRequirement.HasOneProduct
3-
Version: 1.2
4-
MinAppVersion: 1.2.1
3+
Version: 1.3
4+
MinAppVersion: 2.0.0
55
DisplayOrder: 1
66
FileName: SmartStore.Plugin.DiscountRules.HasOneProduct.dll
77
ResourceRootKey: Plugins.DiscountRules.HasOneProduct

0 commit comments

Comments
 (0)