diff --git a/build/Build.proj b/build/Build.proj index 5d30795763..ac12b6c6c1 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -82,6 +82,7 @@ $(BuildFolder)bin\ $(BuildFolder)WebApp\ $(BuildFolder)WebPi\ + $(BuildFolder)Configs\ $(BuildFolderRelativeToProjects)bin\ $(BuildFolderAbsolutePath)bin\ $(BuildFolderRelativeToProjects)WebApp\ @@ -194,7 +195,7 @@ - + @@ -205,6 +206,24 @@ SkipUnchangedFiles="false" /> + + + + + + + + + + + + diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 83029a6173..7a519fee4e 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -2,7 +2,7 @@ UmbracoCms.Core - 6.0.0-alpha + 6.0.7 Umbraco Cms Core Binaries Morten Christensen Umbraco HQ @@ -15,9 +15,13 @@ en-US umbraco - + + + + + @@ -31,16 +35,11 @@ - - - - - diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 93b8e5549a..e3b5a9ed36 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -2,7 +2,7 @@ UmbracoCms - 6.0.0-alpha + 6.0.7 Umbraco Cms Morten Christensen Umbraco HQ @@ -21,14 +21,14 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/build/NuSpecs/tools/Readme.txt b/build/NuSpecs/tools/Readme.txt index 0ecf3a894c..fc5150bed3 100644 --- a/build/NuSpecs/tools/Readme.txt +++ b/build/NuSpecs/tools/Readme.txt @@ -1,15 +1,18 @@ A note about running Umbraco from Visual Studio. -When upgrading your website using nuget a backup of config files and web.config will be created and the files will -be overwritten with those from the current release. This means that you'll have to merge the files if you made any -changes to the previous config files. +When upgrading your website using nuget a backup of config files and web.config will be created. Only the web.config will +be overwritten by default to ensure that it has the necessary settings from the current release. This means that you'll +have to merge the files if you made any changes to the previous config files. +The config files found in the config folder will usually not be changed for patch releases, so they can usually be skipped, +but the web.config will have to have its previous "umbracoConfigurationStatus"-appsetting and "umbracoDbDSN" connection string +copied over (as a minimum). It's not possible to create a deploy package from Visual Studio, which contains everything out of the box. This is due to a number of files and folders that are not added to the Visual Studio project. These folders include: install, umbraco and umbraco_client. A custom deploy script will be added in a later release. -Please read the release notes on Codeplex: -http://umbraco.codeplex.com/releases +Please read the release notes on our.umbraco.org: +http://our.umbraco.org/contribute/releases - Umbraco \ No newline at end of file diff --git a/src/.nuget/NuGet.exe b/src/.nuget/NuGet.exe index 319b05f79e..c296edf177 100644 Binary files a/src/.nuget/NuGet.exe and b/src/.nuget/NuGet.exe differ diff --git a/src/.nuget/NuGet.targets b/src/.nuget/NuGet.targets index 45f43ec91d..930ac95d01 100644 --- a/src/.nuget/NuGet.targets +++ b/src/.nuget/NuGet.targets @@ -17,7 +17,8 @@ - + + - + RestorePackages; - $(ResolveReferencesDependsOn); - + $(BuildDependsOn); + @@ -75,7 +76,7 @@ This effectively acts as a lock that makes sure that the download operation will only happen once and all parallel builds will have to wait for it to complete. --> - + diff --git a/src/Umbraco.Web.UI/config/UrlRewriting.Release.config b/src/Umbraco.Web.UI/config/UrlRewriting.Release.config index 05ffe1eeb6..ce7076bf96 100644 --- a/src/Umbraco.Web.UI/config/UrlRewriting.Release.config +++ b/src/Umbraco.Web.UI/config/UrlRewriting.Release.config @@ -1,3 +1,4 @@ +