diff --git a/LICENSE b/LICENSE index 1c843583..3cd5954d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 sqlkata +Copyright (c) 2017 SqlKata Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/QueryBuilder.Tests/QueryBuilder.Tests.csproj b/QueryBuilder.Tests/QueryBuilder.Tests.csproj index 08705838..3ca0f632 100755 --- a/QueryBuilder.Tests/QueryBuilder.Tests.csproj +++ b/QueryBuilder.Tests/QueryBuilder.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/sqlkata.sln b/sqlkata.sln index 6323de98..d26e5055 100755 --- a/sqlkata.sln +++ b/sqlkata.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26124.0 MinimumVisualStudioVersion = 15.0.26124.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlKata", "src\SqlKata.csproj", "{661F16E7-9C88-4E2D-BCBA-2D62BE178DA5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryBuilder", "QueryBuilder\QueryBuilder.csproj", "{661F16E7-9C88-4E2D-BCBA-2D62BE178DA5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{BF95B7BD-0DA2-4F96-B7E6-DFD5BC319AE2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryBuilder.Tests", "QueryBuilder.Tests\QueryBuilder.Tests.csproj", "{BF95B7BD-0DA2-4F96-B7E6-DFD5BC319AE2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution