diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index d4abf61bdb..09967cfe9a 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -17,10 +17,11 @@ - + + @@ -35,7 +36,6 @@ - @@ -46,7 +46,6 @@ - @@ -56,7 +55,6 @@ - diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 37150025fa..a17dec7148 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -19,4 +19,4 @@ using System.Resources; // these are FYI and changed automatically [assembly: AssemblyFileVersion("8.0.0")] -[assembly: AssemblyInformationalVersion("8.0.0-alpha.34")] +[assembly: AssemblyInformationalVersion("8.0.0-alpha.35")] diff --git a/src/Umbraco.Core/Configuration/UmbracoVersion.cs b/src/Umbraco.Core/Configuration/UmbracoVersion.cs index 063125e462..a1060701b0 100644 --- a/src/Umbraco.Core/Configuration/UmbracoVersion.cs +++ b/src/Umbraco.Core/Configuration/UmbracoVersion.cs @@ -22,7 +22,7 @@ namespace Umbraco.Core.Configuration /// /// Gets the version comment of the executing code (eg "beta"). /// - public static string CurrentComment => "alpha.34"; + public static string CurrentComment => "alpha.35"; /// /// Gets the assembly version of Umbraco.Code.dll. diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 86eff3b3ac..a8b45758ec 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -111,7 +111,6 @@ - diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index a511f34660..901e9ea6d3 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -241,34 +241,14 @@ - - - - - - - - - - - - - - - - - - - - @@ -294,20 +274,20 @@ - - + + - - + + - - + + - - + + @@ -317,18 +297,6 @@ - - - - - - - - - - - - diff --git a/src/umbraco.sln b/src/umbraco.sln index 02a5367e04..f21b257639 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -91,6 +91,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "About", "About", "{420D2458 ..\LICENSE.md = ..\LICENSE.md ..\PULL_REQUEST_TEMPLATE.md = ..\PULL_REQUEST_TEMPLATE.md ..\README.md = ..\README.md + ..\V8_GETTING_STARTED.md = ..\V8_GETTING_STARTED.md EndProjectSection EndProject Global