Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit aa5dafb

Browse files
committed
Renamed library's DLL name to be closer to original library.
1 parent ead86f4 commit aa5dafb

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

Source/LinqToDB.EntityFrameworkCore/LinqToDB.EntityFrameworkCore.csproj renamed to Source/LinqToDB.EntityFrameworkCore/linq2db.EntityFrameworkCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<PackageId>linq2db.EntityFrameworkCore</PackageId>
8+
<RootNamespace>LinqToDB.EntityFrameworkCore</RootNamespace>
89
</PropertyGroup>
910

1011
<ItemGroup>

Tests/LinqToDB.EntityFrameworkCore.Tests/LinqToDB.EntityFrameworkCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\..\Source\LinqToDB.EntityFrameworkCore\LinqToDB.EntityFrameworkCore.csproj" />
19+
<ProjectReference Include="..\..\Source\LinqToDB.EntityFrameworkCore\linq2db.EntityFrameworkCore.csproj" />
2020
</ItemGroup>
2121

2222
</Project>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nuget:
2929
project_feed: false
3030

3131
build_script:
32-
dotnet build LinqToDB.EntityFrameworkCore.sln -c Release
32+
dotnet build linq2db.EFCore.sln -c Release
3333

3434
before_build:
3535
- ps: |

LinqToDB.EntityFrameworkCore.sln renamed to linq2db.EFCore.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 15
44
VisualStudioVersion = 15.0.27130.2036
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDB.EntityFrameworkCore", "Source\LinqToDB.EntityFrameworkCore\LinqToDB.EntityFrameworkCore.csproj", "{29F45BE9-3B57-4162-A02A-59F05528A0E7}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "linq2db.EntityFrameworkCore", "Source\LinqToDB.EntityFrameworkCore\linq2db.EntityFrameworkCore.csproj", "{29F45BE9-3B57-4162-A02A-59F05528A0E7}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDB.EntityFrameworkCore.Tests", "Tests\LinqToDB.EntityFrameworkCore.Tests\LinqToDB.EntityFrameworkCore.Tests.csproj", "{C72DF3F6-ADA9-46DB-9E4D-1870849BB3C3}"
99
EndProject
File renamed without changes.

0 commit comments

Comments
 (0)