Skip to content

Commit d2fa4fc

Browse files
Set version to '17.0.0'
1 parent 7b4f7d7 commit d2fa4fc

10 files changed

Lines changed: 17 additions & 15 deletions

File tree

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
<add key="Umbraco Prereleases" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
7+
<add key="Umbraco.Cms.Integrations.Automation.Zapier LOCAL" value="D:\Repos\Umbraco.Cms.Integrations\src\Umbraco.Cms.Integrations.Automation.Zapier\bin\Release" />
78
</packageSources>
89
</configuration>

src/Umbraco.Forms.Integrations.Automation.Zapier/Umbraco.Forms.Integrations.Automation.Zapier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<PropertyGroup>
27-
<UmbracoCmsPackageVersion>[17.0.0-rc4, 18)</UmbracoCmsPackageVersion>
27+
<UmbracoCmsPackageVersion>[17.0.0, 18)</UmbracoCmsPackageVersion>
2828
</PropertyGroup>
2929
<ItemGroup>
3030
<PackageReference Include="Umbraco.Cms.Api.Common" Version="$(UmbracoCmsPackageVersion)" />

src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/Client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@hey-api/openapi-ts": "^0.85.0",
1919
"@typescript-eslint/eslint-plugin": "^7.13.0",
2020
"@typescript-eslint/parser": "^7.13.0",
21-
"@umbraco-cms/backoffice": "^17.0.0-rc4",
21+
"@umbraco-cms/backoffice": "^17.0.0",
2222
"eslint": "^8.57.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-import-resolver-typescript": "^3.6.1",

src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/Umbraco.Forms.Integrations.Crm.ActiveCampaign.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<UmbracoCmsPackageVersion>[17.0.0-rc4, 18)</UmbracoCmsPackageVersion>
29+
<UmbracoCmsPackageVersion>[17.0.0, 18)</UmbracoCmsPackageVersion>
3030
</PropertyGroup>
3131

3232
<ItemGroup>

src/Umbraco.Forms.Integrations.Crm.Hubspot/Client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Forms.Integrations.Crm.Hubspot/Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@hey-api/openapi-ts": "^0.85.0",
2424
"@typescript-eslint/eslint-plugin": "^7.13.0",
2525
"@typescript-eslint/parser": "^7.13.0",
26-
"@umbraco-cms/backoffice": "^17.0.0-rc4",
26+
"@umbraco-cms/backoffice": "^17.0.0",
2727
"eslint": "^8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-import-resolver-typescript": "^3.6.1",

src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<PropertyGroup>
34-
<UmbracoCmsPackageVersion>[17.0.0-rc4, 18)</UmbracoCmsPackageVersion>
34+
<UmbracoCmsPackageVersion>[17.0.0, 18)</UmbracoCmsPackageVersion>
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<PackageReference Include="Umbraco.Cms.Api.Common" Version="$(UmbracoCmsPackageVersion)" />

src/Umbraco.Forms.Integrations.Testsite.V17/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15+
"launchUrl": "umbraco",
1516
"environmentVariables": {
1617
"ASPNETCORE_ENVIRONMENT": "Development"
1718
}

src/Umbraco.Forms.Integrations.Testsite.V17/Umbraco.Forms.Integrations.TestSite.V17.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Umbraco.Cms" Version="17.0.0-rc4" />
11-
<PackageReference Include="Umbraco.Forms" Version="17.0.0-rc4" />
10+
<PackageReference Include="Umbraco.Cms" Version="17.0.0" />
11+
<PackageReference Include="Umbraco.Forms" Version="17.0.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)