Skip to content

Commit cb2418f

Browse files
committed
Combined tax rate providers into single SmartStore.Tax plugin
1 parent 50b391d commit cb2418f

56 files changed

Lines changed: 690 additions & 970 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Libraries/SmartStore.Core/Packaging/Updater/AppUpdater.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ private void MigrateInitial()
290290
{ "Widgets.TrustedShopsCustomerProtection", "SmartStore.TrustedShops" },
291291
{ "Shipping.ByWeight", "SmartStore.ShippingByWeight" },
292292
{ "Payments.DirectDebit", "SmartStore.OfflinePayment" },
293+
{ "Tax.FixedRate", "SmartStore.Tax" },
294+
{ "Tax.CountryStateZip", "SmartStore.Tax" }
293295
};
294296

295297
foreach (var name in installedPlugins)

src/Plugins/SmartStore.DevTools/SmartStore.DevTools.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@
8181
<HintPath>..\..\packages\Autofac.Mvc5.3.3.0\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
8282
</Reference>
8383
<Reference Include="EntityFramework">
84-
<HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
84+
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
85+
<Private>True</Private>
8586
</Reference>
8687
<Reference Include="EntityFramework.SqlServer">
87-
<HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
88+
<HintPath>..\..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
89+
<Private>True</Private>
8890
</Reference>
8991
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9092
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
Lines changed: 121 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,135 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!-- We use this file to make razor intellisense work in the class library -->
33
<configuration>
4+
<configSections>
5+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
6+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
7+
</configSections>
48
<appSettings>
5-
<add key="webpages:Version" value="3.0.0.0"/>
6-
<add key="webpages:Enabled" value="false"/>
9+
<add key="webpages:Version" value="3.0.0.0" />
10+
<add key="webpages:Enabled" value="false" />
711
</appSettings>
812
<system.web>
913
<compilation debug="true" targetFramework="4.5">
1014
<assemblies>
11-
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
12-
<add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
13-
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
14-
<add assembly="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
15-
<add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
15+
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
16+
<add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
17+
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
18+
<add assembly="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
19+
<add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
1620
</assemblies>
1721
</compilation>
1822
<pages>
1923
<namespaces>
20-
<add namespace="System.Collections.Generic"/>
21-
<add namespace="System.Linq"/>
22-
<add namespace="System.Web.Helpers"/>
23-
<add namespace="System.Web.Mvc"/>
24-
<add namespace="System.Web.Mvc.Ajax"/>
25-
<add namespace="System.Web.Mvc.Html"/>
26-
<add namespace="System.Web.Routing"/>
27-
<add namespace="System.Web.WebPages"/>
28-
<add namespace="System.Web.Optimization"/>
29-
<add namespace="Telerik.Web.Mvc.UI"/>
24+
<add namespace="System.Collections.Generic" />
25+
<add namespace="System.Linq" />
26+
<add namespace="System.Web.Helpers" />
27+
<add namespace="System.Web.Mvc" />
28+
<add namespace="System.Web.Mvc.Ajax" />
29+
<add namespace="System.Web.Mvc.Html" />
30+
<add namespace="System.Web.Routing" />
31+
<add namespace="System.Web.WebPages" />
32+
<add namespace="System.Web.Optimization" />
33+
<add namespace="Telerik.Web.Mvc.UI" />
3034
</namespaces>
3135
</pages>
3236
</system.web>
33-
<runtime>
34-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
35-
<dependentAssembly>
36-
<assemblyIdentity name="Autofac" publicKeyToken="17863AF14B0044DA" culture="neutral"/>
37-
<bindingRedirect oldVersion="0.0.0.0-3.4.0.0" newVersion="3.4.0.0"/>
38-
</dependentAssembly>
39-
<dependentAssembly>
40-
<assemblyIdentity name="System.Web.WebPages.Deployment" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
41-
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
42-
</dependentAssembly>
43-
<dependentAssembly>
44-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
45-
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
46-
</dependentAssembly>
47-
<dependentAssembly>
48-
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
49-
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
50-
</dependentAssembly>
51-
<dependentAssembly>
52-
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
53-
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0"/>
54-
</dependentAssembly>
55-
<dependentAssembly>
56-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
57-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
58-
</dependentAssembly>
59-
<dependentAssembly>
60-
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
61-
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
62-
</dependentAssembly>
63-
<dependentAssembly>
64-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
65-
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0"/>
66-
</dependentAssembly>
67-
<dependentAssembly>
68-
<assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
69-
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0"/>
70-
</dependentAssembly>
71-
<dependentAssembly>
72-
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
73-
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0"/>
74-
</dependentAssembly>
75-
</assemblyBinding>
76-
</runtime>
77-
</configuration>
37+
<runtime>
38+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
39+
<dependentAssembly>
40+
<assemblyIdentity name="Autofac" publicKeyToken="17863AF14B0044DA" culture="neutral" />
41+
<bindingRedirect oldVersion="0.0.0.0-3.4.0.0" newVersion="3.4.0.0" />
42+
</dependentAssembly>
43+
<dependentAssembly>
44+
<assemblyIdentity name="System.Web.WebPages.Deployment" publicKeyToken="31BF3856AD364E35" culture="neutral" />
45+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
46+
</dependentAssembly>
47+
<dependentAssembly>
48+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31BF3856AD364E35" culture="neutral" />
49+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
50+
</dependentAssembly>
51+
<dependentAssembly>
52+
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31BF3856AD364E35" culture="neutral" />
53+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
54+
</dependentAssembly>
55+
<dependentAssembly>
56+
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31BF3856AD364E35" culture="neutral" />
57+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
58+
</dependentAssembly>
59+
<dependentAssembly>
60+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral" />
61+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
62+
</dependentAssembly>
63+
<dependentAssembly>
64+
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31BF3856AD364E35" culture="neutral" />
65+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
66+
</dependentAssembly>
67+
<dependentAssembly>
68+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31BF3856AD364E35" culture="neutral" />
69+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
70+
</dependentAssembly>
71+
<dependentAssembly>
72+
<assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral" />
73+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
74+
</dependentAssembly>
75+
<dependentAssembly>
76+
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31BF3856AD364E35" culture="neutral" />
77+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
78+
</dependentAssembly>
79+
<dependentAssembly>
80+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
81+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
82+
</dependentAssembly>
83+
<dependentAssembly>
84+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
85+
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
86+
</dependentAssembly>
87+
<dependentAssembly>
88+
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
89+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
90+
</dependentAssembly>
91+
<dependentAssembly>
92+
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
93+
<bindingRedirect oldVersion="0.0.0.0-3.4.0.0" newVersion="3.4.0.0" />
94+
</dependentAssembly>
95+
<dependentAssembly>
96+
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
97+
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
98+
</dependentAssembly>
99+
<dependentAssembly>
100+
<assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" />
101+
<bindingRedirect oldVersion="0.0.0.0-1.1.3.0" newVersion="1.1.3.0" />
102+
</dependentAssembly>
103+
<dependentAssembly>
104+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
105+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
106+
</dependentAssembly>
107+
<dependentAssembly>
108+
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
109+
<bindingRedirect oldVersion="0.0.0.0-5.6.1.0" newVersion="5.6.1.0" />
110+
</dependentAssembly>
111+
<dependentAssembly>
112+
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
113+
<bindingRedirect oldVersion="0.0.0.0-5.6.1.0" newVersion="5.6.1.0" />
114+
</dependentAssembly>
115+
<dependentAssembly>
116+
<assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
117+
<bindingRedirect oldVersion="0.0.0.0-5.6.1.0" newVersion="5.6.1.0" />
118+
</dependentAssembly>
119+
<dependentAssembly>
120+
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
121+
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
122+
</dependentAssembly>
123+
<dependentAssembly>
124+
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
125+
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
126+
</dependentAssembly>
127+
</assemblyBinding>
128+
</runtime>
129+
<entityFramework>
130+
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
131+
<providers>
132+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
133+
</providers>
134+
</entityFramework>
135+
</configuration>

src/Plugins/SmartStore.DevTools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Autofac" version="3.4.1" targetFramework="net45" />
44
<package id="Autofac.Mvc5" version="3.3.0" targetFramework="net45" />
5-
<package id="EntityFramework" version="6.0.0" targetFramework="net45" />
5+
<package id="EntityFramework" version="6.1.0" targetFramework="net45" />
66
<package id="Microsoft.AspNet.Mvc" version="5.1.2" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Razor" version="3.1.2" targetFramework="net45" />
88
<package id="Microsoft.AspNet.WebPages" version="3.1.2" targetFramework="net45" />

src/Plugins/SmartStore.OfflinePayment/SmartStore.OfflinePayment.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<ItemGroup>
8484
<Reference Include="Autofac">
8585
<HintPath>..\..\packages\Autofac.3.4.1\lib\net40\Autofac.dll</HintPath>
86-
<Private>True</Private>
86+
<Private>False</Private>
8787
</Reference>
8888
<Reference Include="FluentValidation">
8989
<HintPath>..\..\packages\FluentValidation.5.0.0.1\lib\Net40\FluentValidation.dll</HintPath>

src/Plugins/Tax.CountryStateZip/Controllers/TaxCountryStateZipController.cs renamed to src/Plugins/SmartStore.Tax/Controllers/TaxByRegionController.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
using System.Linq;
44
using System.Threading;
55
using System.Web.Mvc;
6-
using SmartStore.Plugin.Tax.CountryStateZip.Domain;
7-
using SmartStore.Plugin.Tax.CountryStateZip.Models;
8-
using SmartStore.Plugin.Tax.CountryStateZip.Services;
6+
using SmartStore.Tax.Domain;
7+
using SmartStore.Tax.Models;
8+
using SmartStore.Tax.Services;
99
using SmartStore.Services.Directory;
1010
using SmartStore.Services.Tax;
1111
using SmartStore.Web.Framework.Controllers;
1212
using Telerik.Web.Mvc;
1313

14-
namespace SmartStore.Plugin.Tax.CountryStateZip.Controllers
14+
namespace SmartStore.Tax.Controllers
1515
{
1616

17-
public class TaxCountryStateZipController : PluginControllerBase
17+
public class TaxByRegionController : PluginControllerBase
1818
{
1919
private readonly ITaxCategoryService _taxCategoryService;
2020
private readonly ICountryService _countryService;
2121
private readonly IStateProvinceService _stateProvinceService;
2222
private readonly ITaxRateService _taxRateService;
2323

24-
public TaxCountryStateZipController(ITaxCategoryService taxCategoryService,
24+
public TaxByRegionController(ITaxCategoryService taxCategoryService,
2525
ICountryService countryService, IStateProvinceService stateProvinceService,
2626
ITaxRateService taxRateService)
2727
{
@@ -38,7 +38,7 @@ public ActionResult Configure()
3838
if (taxCategories.Count == 0)
3939
return Content("No tax categories can be loaded");
4040

41-
var model = new TaxRateListModel();
41+
var model = new ByRegionTaxRateListModel();
4242
foreach (var tc in taxCategories)
4343
model.AvailableTaxCategories.Add(new SelectListItem() { Text = tc.Name, Value = tc.Id.ToString() });
4444
var countries = _countryService.GetAllCountries(true);
@@ -55,7 +55,7 @@ public ActionResult Configure()
5555
model.TaxRates = _taxRateService.GetAllTaxRates()
5656
.Select(x =>
5757
{
58-
var m = new TaxRateModel()
58+
var m = new ByRegionTaxRateModel()
5959
{
6060
Id = x.Id,
6161
TaxCategoryId = x.TaxCategoryId,
@@ -84,7 +84,7 @@ public ActionResult RatesList(GridCommand command)
8484
var taxRatesModel = _taxRateService.GetAllTaxRates()
8585
.Select(x =>
8686
{
87-
var m = new TaxRateModel()
87+
var m = new ByRegionTaxRateModel()
8888
{
8989
Id = x.Id,
9090
TaxCategoryId = x.TaxCategoryId,
@@ -103,7 +103,7 @@ public ActionResult RatesList(GridCommand command)
103103
return m;
104104
})
105105
.ToList();
106-
var model = new GridModel<TaxRateModel>
106+
var model = new GridModel<ByRegionTaxRateModel>
107107
{
108108
Data = taxRatesModel,
109109
Total = taxRatesModel.Count
@@ -116,7 +116,7 @@ public ActionResult RatesList(GridCommand command)
116116
}
117117

118118
[GridAction(EnableCustomBinding = true)]
119-
public ActionResult RateUpdate(TaxRateModel model, GridCommand command)
119+
public ActionResult RateUpdate(ByRegionTaxRateModel model, GridCommand command)
120120
{
121121
var taxRate = _taxRateService.GetTaxRateById(model.Id);
122122
taxRate.Zip = model.Zip == "*" ? null : model.Zip;
@@ -137,7 +137,7 @@ public ActionResult RateDelete(int id, GridCommand command)
137137

138138
[HttpPost, ActionName("Configure")]
139139
[FormValueRequired("addtaxrate")]
140-
public ActionResult AddTaxRate(TaxRateListModel model)
140+
public ActionResult AddTaxRate(ByRegionTaxRateListModel model)
141141
{
142142
if (!ModelState.IsValid)
143143
{

src/Plugins/Tax.FixedRate/Controllers/TaxFixedRateController.cs renamed to src/Plugins/SmartStore.Tax/Controllers/TaxFixedRateController.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
using System.Linq;
44
using System.Threading;
55
using System.Web.Mvc;
6-
using SmartStore.Plugin.Tax.FixedRate.Models;
6+
using SmartStore.Tax.Models;
77
using SmartStore.Services.Configuration;
88
using SmartStore.Services.Tax;
99
using SmartStore.Web.Framework;
1010
using SmartStore.Web.Framework.Controllers;
1111
using Telerik.Web.Mvc;
1212

13-
namespace SmartStore.Plugin.Tax.FixedRate.Controllers
13+
namespace SmartStore.Tax.Controllers
1414
{
1515

1616
public class TaxFixedRateController : PluginControllerBase
1717
{
1818
private readonly ITaxCategoryService _taxCategoryService;
1919
private readonly ISettingService _settingService;
2020

21-
public TaxFixedRateController(ITaxCategoryService taxCategoryService, ISettingService settingService)
21+
public TaxFixedRateController(ITaxCategoryService taxCategoryService, ISettingService settingService)
2222
{
2323
this._taxCategoryService = taxCategoryService;
2424
this._settingService = settingService;

src/Plugins/Tax.CountryStateZip/Data/Migrations/201403112350417_Initial.Designer.cs renamed to src/Plugins/SmartStore.Tax/Data/Migrations/201403112350417_Initial.Designer.cs

File renamed without changes.

src/Plugins/Tax.CountryStateZip/Data/Migrations/201403112350417_Initial.cs renamed to src/Plugins/SmartStore.Tax/Data/Migrations/201403112350417_Initial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SmartStore.Plugin.Tax.CountryStateZip.Data.Migrations
1+
namespace SmartStore.Tax.Data.Migrations
22
{
33
using System;
44
using System.Data.Entity.Migrations;

src/Plugins/Tax.CountryStateZip/Data/Migrations/201403112350417_Initial.resx renamed to src/Plugins/SmartStore.Tax/Data/Migrations/201403112350417_Initial.resx

File renamed without changes.

0 commit comments

Comments
 (0)