Skip to content

Commit affacc6

Browse files
Prepare release
1 parent dbc056b commit affacc6

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

6+
.idea
7+
68
# User-specific files
79
*.rsuser
810
*.suo

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageVersion Include="Flurl.Http" Version="[4.0.0, 5)" />
1414
<PackageVersion Include="Flurl.Http.Newtonsoft" Version="[0.9.0, 1)" />
15-
<PackageVersion Include="Umbraco.Commerce.Core" Version="[14.0.0--beta2.preview.501.gc4c8b29, 15)" />
15+
<PackageVersion Include="Umbraco.Commerce.Core" Version="[14.0.0, 15)" />
1616
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="[6, 7)" />
1717
</ItemGroup>
1818
</Project>

Umbraco.Commerce.PaymentProviders.Quickpay.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Commerce.PaymentPro
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Commerce.PaymentProviders.Quickpay.UnitTests", "tests\Umbraco.Commerce.PaymentProviders.Quickpay.UnitTests\Umbraco.Commerce.PaymentProviders.Quickpay.UnitTests.csproj", "{0CB214F8-4DCE-470B-8DC9-E4AA6E312835}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{145F843B-6BD6-4DF0-8A58-428C8F7B4F0C}"
11+
EndProject
1012
Global
1113
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1214
Debug|Any CPU = Debug|Any CPU
@@ -28,4 +30,7 @@ Global
2830
GlobalSection(ExtensibilityGlobals) = postSolution
2931
SolutionGuid = {CC19E744-032F-49E5-9BF2-ECE8540834AA}
3032
EndGlobalSection
33+
GlobalSection(NestedProjects) = preSolution
34+
{0CB214F8-4DCE-470B-8DC9-E4AA6E312835} = {145F843B-6BD6-4DF0-8A58-428C8F7B4F0C}
35+
EndGlobalSection
3136
EndGlobal

src/Umbraco.Commerce.PaymentProviders.Quickpay/wwwroot/umbraco-package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"extensions": [
55
{
66
"type": "localization",
7-
"alias": "UmbracoCommerce.PaymentProviders.Quickpay.Localization.En_US",
7+
"alias": "UmbracoCommerce.PaymentProviders.Quickpay.Localization.En",
88
"weight": -100,
9-
"name": "English (US)",
9+
"name": "English",
1010
"meta": {
11-
"culture": "en-us"
11+
"culture": "en"
1212
},
13-
"js": "/App_Plugins/UmbracoCommerceQuickpayPaymentProvider/lang/en-us.js"
13+
"js": "/App_Plugins/UmbracoCommerceQuickpayPaymentProvider/lang/en.js"
1414
}
1515
],
1616
"version": ""
17-
}
17+
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "14.0.0-rc1",
3+
"version": "14.0.0",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)