Skip to content

Commit 8d89845

Browse files
Upgrade to 14.0.0-rc1
1 parent 10ab5b5 commit 8d89845

28 files changed

+369
-610
lines changed

.DS_Store

6 KB
Binary file not shown.

src/Umbraco.Community.Sustainability.TestSite.14.x/Umbraco.Community.Sustainability.TestSite.14.x.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="Umbraco.Cms" Version="14.0.0-beta003" />
36+
<PackageReference Include="Umbraco.Cms" Version="14.0.0-rc1" />
3737
</ItemGroup>
3838

3939
<ItemGroup>
@@ -54,7 +54,10 @@
5454
</PropertyGroup>
5555

5656
<ItemGroup>
57-
<ProjectReference Include="..\Umbraco.Community.Sustainability\Umbraco.Community.Sustainability.csproj" />
57+
<ProjectReference Include="..\Umbraco.Community.Sustainability\Umbraco.Community.Sustainability.csproj">
58+
<ReferenceSourceTarget></ReferenceSourceTarget>
59+
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
60+
</ProjectReference>
5861
</ItemGroup>
5962

6063
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Community.Sustainability.TestSite.14.x", "Umbraco.Community.Sustainability.TestSite.14.x.csproj", "{5033C817-F4EA-46AC-985B-226C8DD65A3E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5033C817-F4EA-46AC-985B-226C8DD65A3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5033C817-F4EA-46AC-985B-226C8DD65A3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5033C817-F4EA-46AC-985B-226C8DD65A3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5033C817-F4EA-46AC-985B-226C8DD65A3E}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {CEB043DF-892F-422A-84D3-550BEC69CFEA}
24+
EndGlobalSection
25+
EndGlobal

src/Umbraco.Community.Sustainability.TestSite.14.x/appsettings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
},
1717
"Umbraco": {
1818
"CMS": {
19+
"DeliveryApi": {
20+
"Enabled": true,
21+
"PublicAccess": true
22+
},
1923
"Global": {
2024
"Id": "efd4df79-97a7-4191-9f39-0ba181228fe5",
2125
"SanitizeTinyMce": true
@@ -37,5 +41,19 @@
3741
"AllowConcurrentLogins": false
3842
}
3943
}
44+
},
45+
"DeliveryApiExtensions": {
46+
"Preview": {
47+
"Enabled": true,
48+
"Media": {
49+
"Enabled": true
50+
},
51+
"AllowedUserGroupAliases": [],
52+
"ContentAppWeight": -50
53+
},
54+
"TypedSwagger": {
55+
"Enabled": true,
56+
"Mode": "Auto"
57+
}
4058
}
4159
}

src/Umbraco.Community.Sustainability/Umbraco.Community.Sustainability.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
2828
<PackageReference Include="Microsoft.Playwright" Version="1.40.0" />
29-
<PackageReference Include="Umbraco.Cms.Web.Website" Version="14.0.0-beta003" />
30-
<PackageReference Include="Umbraco.Cms.Api.Common" Version="14.0.0-beta003" />
29+
<PackageReference Include="Umbraco.Cms.Web.Website" Version="14.0.0-rc1" />
30+
<PackageReference Include="Umbraco.Cms.Api.Common" Version="14.0.0-rc1" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Umbraco.Community.Sustainability/assets/package-lock.json

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

src/Umbraco.Community.Sustainability/assets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"build": "tsc && vite build",
99
"preview": "vite preview",
1010
"watch": "vite build --watch",
11-
"generate": "openapi-ts --input http://localhost:3268/umbraco/swagger/sustainability/swagger.json --output src/api --debug true --enums typescript --lint true --postfixServices Resource --schemas false"
11+
"generate": "openapi-ts --input http://localhost:35066/umbraco/swagger/sustainability/swagger.json --output src/api --debug true --enums typescript --lint true --schemas false"
1212
},
1313
"dependencies": {
1414
"lit": "^3.1.0"
1515
},
1616
"devDependencies": {
17-
"@hey-api/openapi-ts": "^0.37.3",
18-
"@umbraco-cms/backoffice": "^14.0.0-beta003",
17+
"@hey-api/openapi-ts": "^0.40.0",
18+
"@umbraco-cms/backoffice": "^14.0.0-rc1",
1919
"typescript": "^5.2.2",
2020
"umbracodegen": "^1.0.0-alpha.5",
2121
"vite": "^5.2.8"

0 commit comments

Comments
 (0)