fixed namespace casing
This commit is contained in:
parent
4ab6a339c6
commit
c174859b52
|
@ -5,7 +5,7 @@ using System.IO;
|
|||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
namespace Mediabrowser.Common.Implementations.Security
|
||||
namespace MediaBrowser.Common.Implementations.Security
|
||||
{
|
||||
internal class MBLicenseFile
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Mediabrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Common.Configuration;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.Serialization;
|
||||
|
@ -8,7 +8,7 @@ using System.Management;
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Mediabrowser.Common.Implementations.Security
|
||||
namespace MediaBrowser.Common.Implementations.Security
|
||||
{
|
||||
public static class MBRegistration
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
using MediaBrowser.Common.Configuration;
|
||||
using MediaBrowser.Common.Security;
|
||||
using MediaBrowser.Model.Serialization;
|
||||
using Mediabrowser.Common.Implementations.Security;
|
||||
using Mediabrowser.Model.Entities;
|
||||
using MediaBrowser.Common.Implementations.Security;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Common.Net;
|
||||
using System;
|
||||
using System.Threading;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
using System.Threading.Tasks;
|
||||
using Mediabrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Common.Security
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace Mediabrowser.Model.Entities
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public class MBRegistrationRecord
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user