diff --git a/NDB.Application.DataContracts/Command.cs b/Netmash.Application.DataContracts/Command.cs
similarity index 100%
rename from NDB.Application.DataContracts/Command.cs
rename to Netmash.Application.DataContracts/Command.cs
diff --git a/NDB.Application.DataContracts/Metadata.cs b/Netmash.Application.DataContracts/Metadata.cs
similarity index 100%
rename from NDB.Application.DataContracts/Metadata.cs
rename to Netmash.Application.DataContracts/Metadata.cs
diff --git a/NDB.Application.DataContracts/Netmash.Application.DataContracts.csproj b/Netmash.Application.DataContracts/Netmash.Application.DataContracts.csproj
similarity index 100%
rename from NDB.Application.DataContracts/Netmash.Application.DataContracts.csproj
rename to Netmash.Application.DataContracts/Netmash.Application.DataContracts.csproj
diff --git a/NDB.Application.DataContracts/Query.cs b/Netmash.Application.DataContracts/Query.cs
similarity index 100%
rename from NDB.Application.DataContracts/Query.cs
rename to Netmash.Application.DataContracts/Query.cs
diff --git a/NDB.DataAccess.SqlServer/BaseDataAccess.cs b/Netmash.DataAccess.SqlServer/BaseDataAccess.cs
similarity index 100%
rename from NDB.DataAccess.SqlServer/BaseDataAccess.cs
rename to Netmash.DataAccess.SqlServer/BaseDataAccess.cs
diff --git a/NDB.DataAccess.SqlServer/Netmash.DataAccess.SqlServer.csproj b/Netmash.DataAccess.SqlServer/Netmash.DataAccess.SqlServer.csproj
similarity index 100%
rename from NDB.DataAccess.SqlServer/Netmash.DataAccess.SqlServer.csproj
rename to Netmash.DataAccess.SqlServer/Netmash.DataAccess.SqlServer.csproj
diff --git a/NDB.Extensions.Caching/CachingExtensions.cs b/Netmash.Extensions.Caching/CachingExtensions.cs
similarity index 100%
rename from NDB.Extensions.Caching/CachingExtensions.cs
rename to Netmash.Extensions.Caching/CachingExtensions.cs
diff --git a/NDB.Extensions.Caching/DistributedCachingExtensions.cs b/Netmash.Extensions.Caching/DistributedCachingExtensions.cs
similarity index 100%
rename from NDB.Extensions.Caching/DistributedCachingExtensions.cs
rename to Netmash.Extensions.Caching/DistributedCachingExtensions.cs
diff --git a/NDB.Extensions.Caching/Netmash.Extensions.Caching.csproj b/Netmash.Extensions.Caching/Netmash.Extensions.Caching.csproj
similarity index 100%
rename from NDB.Extensions.Caching/Netmash.Extensions.Caching.csproj
rename to Netmash.Extensions.Caching/Netmash.Extensions.Caching.csproj
diff --git a/NDB.Extensions.Caching/Services/CacheService.cs b/Netmash.Extensions.Caching/Services/CacheService.cs
similarity index 100%
rename from NDB.Extensions.Caching/Services/CacheService.cs
rename to Netmash.Extensions.Caching/Services/CacheService.cs
diff --git a/NDB.Extensions.Caching/Services/ICacheService.cs b/Netmash.Extensions.Caching/Services/ICacheService.cs
similarity index 100%
rename from NDB.Extensions.Caching/Services/ICacheService.cs
rename to Netmash.Extensions.Caching/Services/ICacheService.cs
diff --git a/NDB.Extensions.Http/HttpClientExtensions.cs b/Netmash.Extensions.Http/HttpClientExtensions.cs
similarity index 100%
rename from NDB.Extensions.Http/HttpClientExtensions.cs
rename to Netmash.Extensions.Http/HttpClientExtensions.cs
diff --git a/NDB.Extensions.Http/Netmash.Extensions.Http.csproj b/Netmash.Extensions.Http/Netmash.Extensions.Http.csproj
similarity index 100%
rename from NDB.Extensions.Http/Netmash.Extensions.Http.csproj
rename to Netmash.Extensions.Http/Netmash.Extensions.Http.csproj
diff --git a/NDB.Extensions.Swagger/Constants/AuthorizationType.cs b/Netmash.Extensions.Swagger/Constants/AuthorizationType.cs
similarity index 100%
rename from NDB.Extensions.Swagger/Constants/AuthorizationType.cs
rename to Netmash.Extensions.Swagger/Constants/AuthorizationType.cs
diff --git a/NDB.Extensions.Swagger/Filters/DtoSchemaFilter.cs b/Netmash.Extensions.Swagger/Filters/DtoSchemaFilter.cs
similarity index 100%
rename from NDB.Extensions.Swagger/Filters/DtoSchemaFilter.cs
rename to Netmash.Extensions.Swagger/Filters/DtoSchemaFilter.cs
diff --git a/NDB.Extensions.Swagger/Filters/PathParamsOperationFilter.cs b/Netmash.Extensions.Swagger/Filters/PathParamsOperationFilter.cs
similarity index 100%
rename from NDB.Extensions.Swagger/Filters/PathParamsOperationFilter.cs
rename to Netmash.Extensions.Swagger/Filters/PathParamsOperationFilter.cs
diff --git a/NDB.Extensions.Swagger/Netmash.Extensions.Swagger.csproj b/Netmash.Extensions.Swagger/Netmash.Extensions.Swagger.csproj
similarity index 85%
rename from NDB.Extensions.Swagger/Netmash.Extensions.Swagger.csproj
rename to Netmash.Extensions.Swagger/Netmash.Extensions.Swagger.csproj
index 29d5957..866c78c 100644
--- a/NDB.Extensions.Swagger/Netmash.Extensions.Swagger.csproj
+++ b/Netmash.Extensions.Swagger/Netmash.Extensions.Swagger.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/NDB.Extensions.Swagger/ReverseProxy/ReverseProxyHelper.cs b/Netmash.Extensions.Swagger/ReverseProxy/ReverseProxyHelper.cs
similarity index 100%
rename from NDB.Extensions.Swagger/ReverseProxy/ReverseProxyHelper.cs
rename to Netmash.Extensions.Swagger/ReverseProxy/ReverseProxyHelper.cs
diff --git a/NDB.Extensions.Swagger/SwaggerExtensions.cs b/Netmash.Extensions.Swagger/SwaggerExtensions.cs
similarity index 100%
rename from NDB.Extensions.Swagger/SwaggerExtensions.cs
rename to Netmash.Extensions.Swagger/SwaggerExtensions.cs
diff --git a/NDB.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj b/Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj
similarity index 100%
rename from NDB.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj
rename to Netmash.Hosting.WindowsService/Netmash.Hosting.WindowsService.csproj
diff --git a/NDB.Hosting.WindowsService/ServiceBaseLifetime.cs b/Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs
similarity index 100%
rename from NDB.Hosting.WindowsService/ServiceBaseLifetime.cs
rename to Netmash.Hosting.WindowsService/ServiceBaseLifetime.cs
diff --git a/NDB.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs b/Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs
similarity index 100%
rename from NDB.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs
rename to Netmash.Hosting.WindowsService/ServiceBaseLifetimeHostExtensions.cs
diff --git a/NDB.Logging.Api/DependencyInjectionExtensions.cs b/Netmash.Logging.Api/DependencyInjectionExtensions.cs
similarity index 100%
rename from NDB.Logging.Api/DependencyInjectionExtensions.cs
rename to Netmash.Logging.Api/DependencyInjectionExtensions.cs
diff --git a/NDB.Logging.Api/Entities/RequestLoggingConfiguration.cs b/Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs
similarity index 100%
rename from NDB.Logging.Api/Entities/RequestLoggingConfiguration.cs
rename to Netmash.Logging.Api/Entities/RequestLoggingConfiguration.cs
diff --git a/NDB.Logging.Api/Netmash.Logging.Api.csproj b/Netmash.Logging.Api/Netmash.Logging.Api.csproj
similarity index 100%
rename from NDB.Logging.Api/Netmash.Logging.Api.csproj
rename to Netmash.Logging.Api/Netmash.Logging.Api.csproj
diff --git a/NDB.Logging.Api/RequestLoggingAttribute.cs b/Netmash.Logging.Api/RequestLoggingAttribute.cs
similarity index 100%
rename from NDB.Logging.Api/RequestLoggingAttribute.cs
rename to Netmash.Logging.Api/RequestLoggingAttribute.cs
diff --git a/NDB.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs b/Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs
rename to Netmash.Security.Authentication.Identity/Abstractions/IAuthenticationOptions.cs
diff --git a/NDB.Security.Authentication.Identity/AuthenticationExtensions.cs b/Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/AuthenticationExtensions.cs
rename to Netmash.Security.Authentication.Identity/AuthenticationExtensions.cs
diff --git a/NDB.Security.Authentication.Identity/Constants/ClaimTypes.cs b/Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/Constants/ClaimTypes.cs
rename to Netmash.Security.Authentication.Identity/Constants/ClaimTypes.cs
diff --git a/NDB.Security.Authentication.Identity/Constants/QueryParams.cs b/Netmash.Security.Authentication.Identity/Constants/QueryParams.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/Constants/QueryParams.cs
rename to Netmash.Security.Authentication.Identity/Constants/QueryParams.cs
diff --git a/NDB.Security.Authentication.Identity/IdentityAuthenticationHandler.cs b/Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/IdentityAuthenticationHandler.cs
rename to Netmash.Security.Authentication.Identity/IdentityAuthenticationHandler.cs
diff --git a/NDB.Security.Authentication.Identity/Models/AuthenticationOptions.cs b/Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs
similarity index 100%
rename from NDB.Security.Authentication.Identity/Models/AuthenticationOptions.cs
rename to Netmash.Security.Authentication.Identity/Models/AuthenticationOptions.cs
diff --git a/NDB.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj b/Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj
similarity index 100%
rename from NDB.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj
rename to Netmash.Security.Authentication.Identity/Netmash.Security.Authentication.Identity.csproj
diff --git a/NDB.Test.Api/Controllers/DebugController.cs b/Netmash.Test.Api/Controllers/DebugController.cs
similarity index 100%
rename from NDB.Test.Api/Controllers/DebugController.cs
rename to Netmash.Test.Api/Controllers/DebugController.cs
diff --git a/NDB.Test.Api/Extensions/AuthenticationExtensions.cs b/Netmash.Test.Api/Extensions/AuthenticationExtensions.cs
similarity index 100%
rename from NDB.Test.Api/Extensions/AuthenticationExtensions.cs
rename to Netmash.Test.Api/Extensions/AuthenticationExtensions.cs
diff --git a/NDB.Test.Api/Netmash.Test.Api.csproj b/Netmash.Test.Api/Netmash.Test.Api.csproj
similarity index 71%
rename from NDB.Test.Api/Netmash.Test.Api.csproj
rename to Netmash.Test.Api/Netmash.Test.Api.csproj
index 5cb2201..66741c9 100644
--- a/NDB.Test.Api/Netmash.Test.Api.csproj
+++ b/Netmash.Test.Api/Netmash.Test.Api.csproj
@@ -9,9 +9,9 @@
-
-
-
+
+
+
diff --git a/NDB.Test.Api/Program.cs b/Netmash.Test.Api/Program.cs
similarity index 100%
rename from NDB.Test.Api/Program.cs
rename to Netmash.Test.Api/Program.cs
diff --git a/NDB.Test.Api/Properties/launchSettings.json b/Netmash.Test.Api/Properties/launchSettings.json
similarity index 100%
rename from NDB.Test.Api/Properties/launchSettings.json
rename to Netmash.Test.Api/Properties/launchSettings.json
diff --git a/NDB.Test.Api/Scripts/3.3.3/01.Test.sql b/Netmash.Test.Api/Scripts/3.3.3/01.Test.sql
similarity index 100%
rename from NDB.Test.Api/Scripts/3.3.3/01.Test.sql
rename to Netmash.Test.Api/Scripts/3.3.3/01.Test.sql
diff --git a/NDB.Test.Api/Scripts/3.3.4/01.Test-new-ver.sql b/Netmash.Test.Api/Scripts/3.3.4/01.Test-new-ver.sql
similarity index 100%
rename from NDB.Test.Api/Scripts/3.3.4/01.Test-new-ver.sql
rename to Netmash.Test.Api/Scripts/3.3.4/01.Test-new-ver.sql
diff --git a/NDB.Test.Api/Scripts/3.3.4/02.Test-new-ver-2.sql b/Netmash.Test.Api/Scripts/3.3.4/02.Test-new-ver-2.sql
similarity index 100%
rename from NDB.Test.Api/Scripts/3.3.4/02.Test-new-ver-2.sql
rename to Netmash.Test.Api/Scripts/3.3.4/02.Test-new-ver-2.sql
diff --git a/NDB.Test.Api/Scripts/4.0.0/01.Major changes.sql b/Netmash.Test.Api/Scripts/4.0.0/01.Major changes.sql
similarity index 100%
rename from NDB.Test.Api/Scripts/4.0.0/01.Major changes.sql
rename to Netmash.Test.Api/Scripts/4.0.0/01.Major changes.sql
diff --git a/NDB.Test.Api/Scripts/4.0.0/02.Last script.sql b/Netmash.Test.Api/Scripts/4.0.0/02.Last script.sql
similarity index 100%
rename from NDB.Test.Api/Scripts/4.0.0/02.Last script.sql
rename to Netmash.Test.Api/Scripts/4.0.0/02.Last script.sql
diff --git a/NDB.Test.Api/Startup.cs b/Netmash.Test.Api/Startup.cs
similarity index 100%
rename from NDB.Test.Api/Startup.cs
rename to Netmash.Test.Api/Startup.cs
diff --git a/NDB.Test.Api/appsettings.json b/Netmash.Test.Api/appsettings.json
similarity index 100%
rename from NDB.Test.Api/appsettings.json
rename to Netmash.Test.Api/appsettings.json
diff --git a/Netmash.sln b/Netmash.sln
index 9d88cd9..12472d1 100644
--- a/Netmash.sln
+++ b/Netmash.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Hosting.WindowsService", "NDB.Hosting.WindowsService\Netmash.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Hosting.WindowsService", "Netmash.Hosting.WindowsService\Netmash.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04D62D10-F984-44D7-8B26-8D055A4CBAF8}"
ProjectSection(SolutionItems) = preProject
@@ -14,9 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
NuGet.config = NuGet.config
EndProjectSection
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Logging.Api", "NDB.Logging.Api\Netmash.Logging.Api.csproj", "{74E221BE-C097-468B-93E4-AAE1B2173C49}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Logging.Api", "Netmash.Logging.Api\Netmash.Logging.Api.csproj", "{74E221BE-C097-468B-93E4-AAE1B2173C49}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.DataAccess.SqlServer", "NDB.DataAccess.SqlServer\Netmash.DataAccess.SqlServer.csproj", "{95AF4B47-2C84-44C1-BD25-297F09A48BED}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.DataAccess.SqlServer", "Netmash.DataAccess.SqlServer\Netmash.DataAccess.SqlServer.csproj", "{95AF4B47-2C84-44C1-BD25-297F09A48BED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0202271-4E92-4DB8-900D-B5FD745B9278}"
EndProject
@@ -24,15 +24,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "extensions", "extensions",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "swagger", "swagger", "{FB4E71FD-9E32-4B5C-8019-1E8EBB9DDE9F}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Swagger", "NDB.Extensions.Swagger\Netmash.Extensions.Swagger.csproj", "{CB9BDFCC-DB01-4A13-8091-9A241BE85CCD}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Swagger", "Netmash.Extensions.Swagger\Netmash.Extensions.Swagger.csproj", "{CB9BDFCC-DB01-4A13-8091-9A241BE85CCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "application", "application", "{564B5266-6F7E-4AFA-A7D4-B0E8F2E7107E}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Application.DataContracts", "NDB.Application.DataContracts\Netmash.Application.DataContracts.csproj", "{BDDC2DB1-96DD-49F4-BCEF-55D06B74E6F3}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Application.DataContracts", "Netmash.Application.DataContracts\Netmash.Application.DataContracts.csproj", "{BDDC2DB1-96DD-49F4-BCEF-55D06B74E6F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "http", "http", "{C1301480-5C4C-4F73-8D26-DD3E798FAFD5}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Http", "NDB.Extensions.Http\Netmash.Extensions.Http.csproj", "{28D5CE9E-D975-4842-8B30-5063B82979C6}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Http", "Netmash.Extensions.Http\Netmash.Extensions.Http.csproj", "{28D5CE9E-D975-4842-8B30-5063B82979C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{7D49E538-B89A-4BC2-AD5A-5A658F4B74E4}"
EndProject
@@ -46,25 +46,25 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "security", "security", "{42
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "authentication", "authentication", "{B8132F39-6677-4D70-84CA-9747DC9086B3}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Security.Authentication.Identity", "NDB.Security.Authentication.Identity\Netmash.Security.Authentication.Identity.csproj", "{5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Security.Authentication.Identity", "Netmash.Security.Authentication.Identity\Netmash.Security.Authentication.Identity.csproj", "{5C0637C8-6BA4-4EAE-97CA-BB8D98B2991A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "caching", "caching", "{A206A484-3ACF-4032-8B36-AC93A72B0B88}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Caching", "NDB.Extensions.Caching\Netmash.Extensions.Caching.csproj", "{3E045EE6-A290-467C-B503-3A6CB0065C97}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Extensions.Caching", "Netmash.Extensions.Caching\Netmash.Extensions.Caching.csproj", "{3E045EE6-A290-467C-B503-3A6CB0065C97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCEE458E-02A8-42FD-8F5F-A35481A23303}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Test.Api", "NDB.Test.Api\Netmash.Test.Api.csproj", "{F717BE3D-F5F4-4D99-B96D-D0A23E8BED01}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Test.Api", "Netmash.Test.Api\Netmash.Test.Api.csproj", "{F717BE3D-F5F4-4D99-B96D-D0A23E8BED01}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Infrastructure.DatabaseMigration", "infrastructure\NDB.Infrastructure.DatabaseMigration\Netmash.Infrastructure.DatabaseMigration.csproj", "{74C7BE02-DD5C-49C2-8E88-E3AEA729E2AB}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Infrastructure.DatabaseMigration", "infrastructure\Netmash.Infrastructure.DatabaseMigration\Netmash.Infrastructure.DatabaseMigration.csproj", "{74C7BE02-DD5C-49C2-8E88-E3AEA729E2AB}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Data.EntityFramework", "src\data\NDB.Data.EntityFramework\Netmash.Data.EntityFramework.csproj", "{15650720-30F3-4FF3-8D4A-9B21BBA5E273}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Data.EntityFramework", "src\data\Netmash.Data.EntityFramework\Netmash.Data.EntityFramework.csproj", "{15650720-30F3-4FF3-8D4A-9B21BBA5E273}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "core", "core", "{FD5D4A32-E6A7-4808-B43E-A906B1B81956}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Core.Abstractions", "src\core\NDB.Core.Abstractions\Netmash.Core.Abstractions.csproj", "{A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Core.Abstractions", "src\core\Netmash.Core.Abstractions\Netmash.Core.Abstractions.csproj", "{A15F25DD-2B42-49AB-BBA8-E9D9B78630A1}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Infrastructure.PublicIP", "infrastructure\NDB.Infrastructure.PublicIP\Netmash.Infrastructure.PublicIP.csproj", "{A02F1468-85EC-4AFC-999C-94B3138184B9}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netmash.Infrastructure.PublicIP", "infrastructure\Netmash.Infrastructure.PublicIP\Netmash.Infrastructure.PublicIP.csproj", "{A02F1468-85EC-4AFC-999C-94B3138184B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/DatabaseType.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/DatabaseType.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/DatabaseType.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/DatabaseType.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/ManifestResources.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/ManifestResources.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/ManifestResources.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/ManifestResources.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/MetadataLocation.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/MetadataLocation.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Constants/MetadataLocation.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Constants/MetadataLocation.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/DbContexts/MigrationDbContext.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/DbContexts/MigrationDbContext.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/DbContexts/MigrationDbContext.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/DbContexts/MigrationDbContext.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/DependencyInjectionExtensions.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/DependencyInjectionExtensions.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/DependencyInjectionExtensions.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/DependencyInjectionExtensions.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedScriptConfiguration.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedScriptConfiguration.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedScriptConfiguration.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedScriptConfiguration.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedVersionConfiguration.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedVersionConfiguration.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedVersionConfiguration.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigratedVersionConfiguration.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigrationSignatureConfiguration.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigrationSignatureConfiguration.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/Configurations/MigrationSignatureConfiguration.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/Configurations/MigrationSignatureConfiguration.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigratedScript.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigratedScript.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigratedScript.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigratedScript.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigratedVersion.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigratedVersion.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigratedVersion.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigratedVersion.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigrationSignature.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigrationSignature.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Entities/MigrationSignature.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Entities/MigrationSignature.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Extensions/Mappings.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Extensions/Mappings.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Extensions/Mappings.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Extensions/Mappings.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Items/Examples/MigrationSignatures.xml b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Items/Examples/MigrationSignatures.xml
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Items/Examples/MigrationSignatures.xml
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Items/Examples/MigrationSignatures.xml
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Models/MigrationThumbprint.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Models/MigrationThumbprint.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Models/MigrationThumbprint.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Models/MigrationThumbprint.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Models/ServiceConfiguration.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Models/ServiceConfiguration.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Models/ServiceConfiguration.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Models/ServiceConfiguration.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Repositories/IMigrationRepository.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Repositories/IMigrationRepository.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Repositories/IMigrationRepository.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Repositories/IMigrationRepository.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Repositories/MigrationRepository.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Repositories/MigrationRepository.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Repositories/MigrationRepository.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Repositories/MigrationRepository.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/SqlServer/01.CreateMigrationSchema.sql b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/SqlServer/01.CreateMigrationSchema.sql
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/SqlServer/01.CreateMigrationSchema.sql
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/SqlServer/01.CreateMigrationSchema.sql
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/SqlServer/02.MigrationTables.sql b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/SqlServer/02.MigrationTables.sql
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/SqlServer/02.MigrationTables.sql
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/SqlServer/02.MigrationTables.sql
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/01.MigrationSignatureTable.sql b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/01.MigrationSignatureTable.sql
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/01.MigrationSignatureTable.sql
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/01.MigrationSignatureTable.sql
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/02.MigratedVersionTable.sql b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/02.MigratedVersionTable.sql
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/02.MigratedVersionTable.sql
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/02.MigratedVersionTable.sql
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/03.MigratedScriptTable.sql b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/03.MigratedScriptTable.sql
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Scripts/Sqlite/03.MigratedScriptTable.sql
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Scripts/Sqlite/03.MigratedScriptTable.sql
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMetadataLocationService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMetadataLocationService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMetadataLocationService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMetadataLocationService.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationService.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationSignaturesService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationSignaturesService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationSignaturesService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/Abstractions/IMigrationSignaturesService.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MetadataLocationService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MetadataLocationService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MetadataLocationService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MetadataLocationService.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MigrationService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MigrationService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MigrationService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MigrationService.cs
diff --git a/infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MigrationSignaturesService.cs b/infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MigrationSignaturesService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.DatabaseMigration/Services/MigrationSignaturesService.cs
rename to infrastructure/Netmash.Infrastructure.DatabaseMigration/Services/MigrationSignaturesService.cs
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs b/infrastructure/Netmash.Infrastructure.PublicIP/DependencyInjectionExtensions.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/DependencyInjectionExtensions.cs
rename to infrastructure/Netmash.Infrastructure.PublicIP/DependencyInjectionExtensions.cs
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/Entities/IPInfo.cs b/infrastructure/Netmash.Infrastructure.PublicIP/Entities/IPInfo.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/Entities/IPInfo.cs
rename to infrastructure/Netmash.Infrastructure.PublicIP/Entities/IPInfo.cs
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/Netmash.Infrastructure.PublicIP.csproj b/infrastructure/Netmash.Infrastructure.PublicIP/Netmash.Infrastructure.PublicIP.csproj
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/Netmash.Infrastructure.PublicIP.csproj
rename to infrastructure/Netmash.Infrastructure.PublicIP/Netmash.Infrastructure.PublicIP.csproj
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/Notes.txt b/infrastructure/Netmash.Infrastructure.PublicIP/Notes.txt
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/Notes.txt
rename to infrastructure/Netmash.Infrastructure.PublicIP/Notes.txt
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs b/infrastructure/Netmash.Infrastructure.PublicIP/Services/IPublicIPService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/Services/IPublicIPService.cs
rename to infrastructure/Netmash.Infrastructure.PublicIP/Services/IPublicIPService.cs
diff --git a/infrastructure/NDB.Infrastructure.PublicIP/Services/PublicIPService.cs b/infrastructure/Netmash.Infrastructure.PublicIP/Services/PublicIPService.cs
similarity index 100%
rename from infrastructure/NDB.Infrastructure.PublicIP/Services/PublicIPService.cs
rename to infrastructure/Netmash.Infrastructure.PublicIP/Services/PublicIPService.cs
diff --git a/src/core/NDB.Core.Abstractions/Netmash.Core.Abstractions.csproj b/src/core/Netmash.Core.Abstractions/Netmash.Core.Abstractions.csproj
similarity index 100%
rename from src/core/NDB.Core.Abstractions/Netmash.Core.Abstractions.csproj
rename to src/core/Netmash.Core.Abstractions/Netmash.Core.Abstractions.csproj
diff --git a/src/core/NDB.Core.Abstractions/Paging/PageRequest.cs b/src/core/Netmash.Core.Abstractions/Paging/PageRequest.cs
similarity index 100%
rename from src/core/NDB.Core.Abstractions/Paging/PageRequest.cs
rename to src/core/Netmash.Core.Abstractions/Paging/PageRequest.cs
diff --git a/src/core/NDB.Core.Abstractions/Paging/PagedResult.cs b/src/core/Netmash.Core.Abstractions/Paging/PagedResult.cs
similarity index 100%
rename from src/core/NDB.Core.Abstractions/Paging/PagedResult.cs
rename to src/core/Netmash.Core.Abstractions/Paging/PagedResult.cs
diff --git a/src/data/NDB.Data.EntityFramework/Extensions/LinqExtensions.cs b/src/data/Netmash.Data.EntityFramework/Extensions/LinqExtensions.cs
similarity index 100%
rename from src/data/NDB.Data.EntityFramework/Extensions/LinqExtensions.cs
rename to src/data/Netmash.Data.EntityFramework/Extensions/LinqExtensions.cs
diff --git a/src/data/NDB.Data.EntityFramework/Extensions/PagedResultExtensions.cs b/src/data/Netmash.Data.EntityFramework/Extensions/PagedResultExtensions.cs
similarity index 100%
rename from src/data/NDB.Data.EntityFramework/Extensions/PagedResultExtensions.cs
rename to src/data/Netmash.Data.EntityFramework/Extensions/PagedResultExtensions.cs
diff --git a/src/data/NDB.Data.EntityFramework/Netmash.Data.EntityFramework.csproj b/src/data/Netmash.Data.EntityFramework/Netmash.Data.EntityFramework.csproj
similarity index 86%
rename from src/data/NDB.Data.EntityFramework/Netmash.Data.EntityFramework.csproj
rename to src/data/Netmash.Data.EntityFramework/Netmash.Data.EntityFramework.csproj
index d729cd8..af9e7ea 100644
--- a/src/data/NDB.Data.EntityFramework/Netmash.Data.EntityFramework.csproj
+++ b/src/data/Netmash.Data.EntityFramework/Netmash.Data.EntityFramework.csproj
@@ -16,7 +16,7 @@
-
+