Skip to content

Commit 98951c1

Browse files
committed
rename project to be more clear
1 parent 67eef62 commit 98951c1

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

SubSonic.Extensions.SqlServer/SubSonic.Extensions.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="..\SubSonic\SubSonic.Core.csproj" />
32+
<ProjectReference Include="..\SubSonic\SubSonic.Core.DataAccessLayer.csproj" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

SubSonic.Extensions.Test/SubSonic.Extensions.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<ItemGroup>
5252
<ProjectReference Include="..\SubSonic.Extensions.SqlServer\SubSonic.Extensions.SqlServer.csproj" />
53-
<ProjectReference Include="..\SubSonic\SubSonic.Core.csproj" />
53+
<ProjectReference Include="..\SubSonic\SubSonic.Core.DataAccessLayer.csproj" />
5454
</ItemGroup>
5555

5656
<ItemGroup>

SubSonic.Tests/SubSonic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<ItemGroup>
2323
<ProjectReference Include="..\SubSonic.Extensions.SqlServer\SubSonic.Extensions.SqlServer.csproj" />
2424
<ProjectReference Include="..\SubSonic.Extensions.Test\SubSonic.Extensions.Test.csproj" />
25-
<ProjectReference Include="..\SubSonic\SubSonic.Core.csproj" />
25+
<ProjectReference Include="..\SubSonic\SubSonic.Core.DataAccessLayer.csproj" />
2626
</ItemGroup>
2727
</Project>

SubSonic.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29409.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core", "SubSonic\SubSonic.Core.csproj", "{1794178F-8544-42EB-8954-D99E90650BF6}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Core.DataAccessLayer", "SubSonic\SubSonic.Core.DataAccessLayer.csproj", "{1794178F-8544-42EB-8954-D99E90650BF6}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SubSonic.Tests", "SubSonic.Tests\SubSonic.Tests.csproj", "{A5DFA965-3513-4C9F-A55D-0D982257CD2E}"
99
EndProject

SubSonic/SubSonic.Core.csproj renamed to SubSonic/SubSonic.Core.DataAccessLayer.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11-
<PackageTags>DAL;</PackageTags>
11+
<PackageTags>DAL;SqlServer;C#;.Net Framework;.NetCore;</PackageTags>
1212
<Version>4.0.0</Version>
13-
<PackageId>SubSonic.Core</PackageId>
14-
<Company />
13+
<PackageId>SubSonic.Core.DAL</PackageId>
14+
<Company>SubSonic-Core</Company>
1515
<Description>Data Access Layer that is flexible and reliable to set and get data in a database.</Description>
16-
<PackageProjectUrl>https://github.com/kccarter76/SubSonic-Core/wiki</PackageProjectUrl>
16+
<PackageProjectUrl>https://github.com/SubSonic-Core/SubSonic/wiki</PackageProjectUrl>
1717
<RepositoryType>Git</RepositoryType>
18-
<RepositoryUrl>https://github.com/kccarter76/SubSonic-Core</RepositoryUrl>
18+
<RepositoryUrl>https://github.com/SubSonic-Core/SubSonic</RepositoryUrl>
1919
<Description></Description>
2020
<Copyright>Kenneth Carter © 2020</Copyright>
2121
<NeutralLanguage>en</NeutralLanguage>
2222
<RootNamespace>SubSonic</RootNamespace>
2323
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
2424
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
25+
<AssemblyName>SubSonic.Core.DataAccessLayer</AssemblyName>
2526
</PropertyGroup>
2627

2728
<PropertyGroup Condition="'$(Platform)'=='AnyCPU'">

0 commit comments

Comments
 (0)