Merge pull request #2135 from umbraco/temp-U4-10301

U4-10301 Change the PluginManager hash to use more reliable and consi…
This commit is contained in:
Sebastiaan Janssen
2017-08-28 11:44:40 +02:00
committed by GitHub
12 changed files with 409 additions and 86 deletions

View File

@@ -759,7 +759,7 @@ namespace Umbraco.Core
foreach (var b in hashedByteArray)
{
//append it to our StringBuilder
stringBuilder.Append(b.ToString("x2").ToLower());
stringBuilder.Append(b.ToString("x2"));
}
//return the hashed value