Skip to content

Commit

Permalink
[up] Microsoft.EntityFrameworkCore to 5.0.17
Browse files Browse the repository at this point in the history
[up] System.Data.SqlClient to 4.8.7
  • Loading branch information
i4004 committed Jan 14, 2024
1 parent 0d62da9 commit 65d8915
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/Simplify.EntityFramework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0] - 2024-01-14

### Dependencies

- Microsoft.EntityFrameworkCore to 5.0.17
- System.Data.SqlClient bump to 4.8.6

## [1.0-pre02] - 2022-11-11

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions src/Simplify.EntityFramework/Simplify.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.0-pre02</Version>
<Version>1.0</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -21,9 +21,9 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down
1 change: 1 addition & 0 deletions src/Simplify.Repository.EntityFramework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Dependencies

- Simplify.EntityFramework bump to 1.0
- Simplify.Repository bump to 1.7
- Microsoft.EntityFrameworkCore.Relational bump to 5.0.17
- Simplify.DI bump to 4.2.10
Expand Down

0 comments on commit 65d8915

Please sign in to comment.