Skip to content

Commit 2558868

Browse files
committed
Bumped dependencies to their latest versions;
New library version.
1 parent ab11adf commit 2558868

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ If you like or are using this project to learn or start your solution, please gi
1414

1515
| Package | NuGet |
1616
| ------- | ------- |
17-
| EntityFrameworkCore.Data.QueryBuilder.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.QueryBuilder.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.QueryBuilder.Abstractions/8.0.2) |
18-
| EntityFrameworkCore.Data.Repository.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.Repository.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.Repository.Abstractions/8.0.2) |
19-
| EntityFrameworkCore.Data.UnitOfWork.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.UnitOfWork.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.UnitOfWork.Abstractions/8.0.2) |
17+
| EntityFrameworkCore.Data.QueryBuilder.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.QueryBuilder.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.QueryBuilder.Abstractions/8.0.3) |
18+
| EntityFrameworkCore.Data.Repository.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.Repository.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.Repository.Abstractions/8.0.3) |
19+
| EntityFrameworkCore.Data.UnitOfWork.Abstractions | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.UnitOfWork.Abstractions)](https://www.nuget.org/packages/EntityFrameworkCore.Data.UnitOfWork.Abstractions/8.0.3) |
2020
| ------- | ------- |
21-
| EntityFrameworkCore.Data.AutoHistory | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.AutoHistory)](https://www.nuget.org/packages/EntityFrameworkCore.Data.AutoHistory/8.0.2) |
22-
| EntityFrameworkCore.Data.QueryBuilder | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.QueryBuilder)](https://www.nuget.org/packages/EntityFrameworkCore.Data.QueryBuilder/8.0.2) |
23-
| EntityFrameworkCore.Data.Repository | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.Repository)](https://www.nuget.org/packages/EntityFrameworkCore.Data.Repository/8.0.2) |
24-
| EntityFrameworkCore.Data.UnitOfWork | [![Nuget](https://img.shields.io/badge/nuget-v8.0.2-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.UnitOfWork)](https://www.nuget.org/packages/EntityFrameworkCore.Data.UnitOfWork/8.0.2) |
21+
| EntityFrameworkCore.Data.AutoHistory | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.AutoHistory)](https://www.nuget.org/packages/EntityFrameworkCore.Data.AutoHistory/8.0.3) |
22+
| EntityFrameworkCore.Data.QueryBuilder | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.QueryBuilder)](https://www.nuget.org/packages/EntityFrameworkCore.Data.QueryBuilder/8.0.3) |
23+
| EntityFrameworkCore.Data.Repository | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.Repository)](https://www.nuget.org/packages/EntityFrameworkCore.Data.Repository/8.0.3) |
24+
| EntityFrameworkCore.Data.UnitOfWork | [![Nuget](https://img.shields.io/badge/nuget-v8.0.3-blue) ![Nuget](https://img.shields.io/nuget/dt/EntityFrameworkCore.Data.UnitOfWork)](https://www.nuget.org/packages/EntityFrameworkCore.Data.UnitOfWork/8.0.3) |
2525

2626
## Installation
2727

2828
EntityFrameworkCore.DataAccess is available on Nuget.
2929

3030
```
31-
Install-Package EntityFrameworkCore.Data.QueryBuilder.Abstractions -Version 8.0.2
32-
Install-Package EntityFrameworkCore.Data.Repository.Abstractions -Version 8.0.2
33-
Install-Package EntityFrameworkCore.Data.UnitOfWork.Abstractions -Version 8.0.2
34-
35-
Install-Package EntityFrameworkCore.Data.AutoHistory -Version 8.0.2
36-
Install-Package EntityFrameworkCore.Data.QueryBuilder -Version 8.0.2
37-
Install-Package EntityFrameworkCore.Data.Repository -Version 8.0.2
38-
Install-Package EntityFrameworkCore.Data.UnitOfWork -Version 8.0.2
31+
Install-Package EntityFrameworkCore.Data.QueryBuilder.Abstractions -Version 8.0.3
32+
Install-Package EntityFrameworkCore.Data.Repository.Abstractions -Version 8.0.3
33+
Install-Package EntityFrameworkCore.Data.UnitOfWork.Abstractions -Version 8.0.3
34+
35+
Install-Package EntityFrameworkCore.Data.AutoHistory -Version 8.0.3
36+
Install-Package EntityFrameworkCore.Data.QueryBuilder -Version 8.0.3
37+
Install-Package EntityFrameworkCore.Data.Repository -Version 8.0.3
38+
Install-Package EntityFrameworkCore.Data.UnitOfWork -Version 8.0.3
3939
```
4040

4141
P.S.: EntityFrameworkCore.Data.UnitOfWork depends on the other packages, so installing this package is enough.

samples/EntityFrameworkCore.WebAPI/EntityFrameworkCore.WebAPI.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.7" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.11" />
2424
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.1.0" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
26-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
27-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
28-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
27+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.7" />
28+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
2929
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
30-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
30+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/EntityFrameworkCore.AutoHistory/EntityFrameworkCore.AutoHistory.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;AutoHistory;Auto History;auto-history</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<Version>8.0.2</Version>
19+
<Version>8.0.3</Version>
2020
<LangVersion>latest</LangVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
2424
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
2626
</ItemGroup>
2727

2828
</Project>

src/EntityFrameworkCore.QueryBuilder.Abstractions/EntityFrameworkCore.QueryBuilder.Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;QueryBuilder;Query Builder;query-builder;Abstractions</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20-
<Version>8.0.2</Version>
20+
<Version>8.0.3</Version>
2121
<LangVersion>latest</LangVersion>
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
2626
</ItemGroup>
2727

2828
</Project>

src/EntityFrameworkCore.QueryBuilder/EntityFrameworkCore.QueryBuilder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;QueryBuilder;Query Builder;query-builder</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<Version>8.0.2</Version>
19+
<Version>8.0.3</Version>
2020
<LangVersion>latest</LangVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.5" />
24+
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.7" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/EntityFrameworkCore.Repository.Abstractions/EntityFrameworkCore.Repository.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;Repository;Abstractions</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20-
<Version>8.0.2</Version>
20+
<Version>8.0.3</Version>
2121
<LangVersion>latest</LangVersion>
2222
</PropertyGroup>
2323

src/EntityFrameworkCore.Repository/EntityFrameworkCore.Repository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;Repository</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<Version>8.0.2</Version>
19+
<Version>8.0.3</Version>
2020
<LangVersion>latest</LangVersion>
2121
</PropertyGroup>
2222

src/EntityFrameworkCore.UnitOfWork.Abstractions/EntityFrameworkCore.UnitOfWork.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;UnitOfWork;Unit Of Work;unit-of-work;Abstractions</PackageTags>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20-
<Version>8.0.2</Version>
20+
<Version>8.0.3</Version>
2121
<LangVersion>latest</LangVersion>
2222
</PropertyGroup>
2323

src/EntityFrameworkCore.UnitOfWork/EntityFrameworkCore.UnitOfWork.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>EntityFrameworkCore;Entity Framework Core;entity-framework-core;EFCore;EF;Data;O/RM;UnitOfWork;Unit Of Work;unit-of-work</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<Version>8.0.2</Version>
19+
<Version>8.0.3</Version>
2020
<LangVersion>latest</LangVersion>
2121
</PropertyGroup>
2222

tests/EntityFrameworkCore.Tests/EntityFrameworkCore.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
1111
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
17-
<PackageReference Include="xunit" Version="2.9.0" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17+
<PackageReference Include="xunit" Version="2.9.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)