Moves classes/namespaces, reduces statics, reduces usages of "Current", imports some unit tests from orig MB.

This commit is contained in:
Shannon
2019-10-28 18:02:52 +11:00
parent c5bee77537
commit 43cd1268ca
30 changed files with 923 additions and 288 deletions

View File

@@ -1,5 +1,6 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: AssemblyCompany("Umbraco")]
[assembly: AssemblyCopyright("Copyright © Umbraco 2019")]
@@ -20,3 +21,5 @@ using System.Resources;
// these are FYI and changed automatically
[assembly: AssemblyFileVersion("8.3.0")]
[assembly: AssemblyInformationalVersion("8.3.0")]
[assembly: InternalsVisibleTo("Umbraco.Tests")]