Merge remote-tracking branch 'origin/temp8' into temp8-dashboards-collection

This commit is contained in:
Warren Buckley
2019-01-23 14:38:26 +00:00
212 changed files with 1078 additions and 1135 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Core.Configuration
// this helps troubleshooting rogue scopes that we forget to complete
public bool LogUncompletedScopes { get; }
// when true, the Logger creates a minidump of w3wp in ~/App_Data/MiniDump whenever it logs
// when true, the Logger creates a mini dump of w3wp in ~/App_Data/MiniDump whenever it logs
// an error due to a ThreadAbortException that is due to a timeout.
public bool DumpOnTimeoutThreadAbort { get; }
}

View File

@@ -44,7 +44,7 @@ namespace Umbraco.Core.Configuration
/// </summary>
/// <remarks>
/// <para>The assembly version is the value of the <see cref="AssemblyVersionAttribute"/>.</para>
/// <para>Is is the one that the CLR checks for compatibility. Therefore, it changes only on
/// <para>Is the one that the CLR checks for compatibility. Therefore, it changes only on
/// hard-breaking changes (for instance, on new major versions).</para>
/// </remarks>
public static Version AssemblyVersion {get; }