You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/release-candidate-guide.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
description: >-
3
3
Learn how to start testing the Release Candidate for the latest version of
4
4
Umbraco CMS, and find information about new and updated documentation.
5
-
hidden: true
6
5
---
7
6
8
7
# Release Candidate Guide
@@ -29,12 +28,12 @@ Ensure you meet the prerequisites and move on to the installation steps outlined
29
28
30
29
### Install the Release Candidate
31
30
32
-
The [release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Cms/16.0.0-rc).
31
+
The [release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Templates/17.0.0-beta).
33
32
34
33
1. Install the Umbraco dotnet template for the Release Candidate.
35
34
36
35
```cmd
37
-
dotnet new install Umbraco.Templates::16.0.0-rc*
36
+
dotnet new install Umbraco.Templates::17.0.0-beta
38
37
```
39
38
40
39
2. Create a new Umbraco project.
@@ -70,15 +69,27 @@ The blog post will mention if there are any specific features or workflows that
70
69
71
70
## New and updated documentation
72
71
73
-
Here is a list of all the articles that are new to this version or have been updated.
72
+
Here is a list of all the new or updated articles in this version.
73
+
74
+
*[Version Specific Updates: Breaking Changes](fundamentals/setup/upgrading/version-specific/#umbraco-17)
75
+
*[Date Time Property Editor](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/)
76
+
*[`UnattendedTelemetryLevel` Setting](fundamentals/setup/install/install-umbraco-with-templates.md) and [`UnattendedTelemetryLevel` in Unattended Install](fundamentals/setup/install/unattended-install.md)
77
+
*[`UnattendedTelemetryLevel` in the Configuration article](reference/configuration/unattendedsettings.md)
78
+
*[`GenerateVirtualProperties` option to disable virtual properties](reference/configuration/modelsbuildersettings.md#generate-virtual-properties)
79
+
*[Removed the warning on `Microsoft.EntityFrameworkCore.Design` dependency conflicts](tutorials/getting-started-with-entity-framework-core.md)
80
+
*[Kestrel `MaxRequestLength` updated to 50MB](reference/configuration/maximumuploadsizesettings.md#using-kestrel)
0 commit comments