Skip to content

Commit 65d8915

Browse files
committed
[up] Microsoft.EntityFrameworkCore to 5.0.17
[up] System.Data.SqlClient to 4.8.7
1 parent 0d62da9 commit 65d8915

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

src/Simplify.EntityFramework/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0] - 2024-01-14
4+
5+
### Dependencies
6+
7+
- Microsoft.EntityFrameworkCore to 5.0.17
8+
- System.Data.SqlClient bump to 4.8.6
9+
310
## [1.0-pre02] - 2022-11-11
411

512
### Dependencies

src/Simplify.EntityFramework/Simplify.EntityFramework.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88

9-
<Version>1.0-pre02</Version>
9+
<Version>1.0</Version>
1010

1111
<Authors>Alexander Krylkov</Authors>
1212
<Product>Simplify</Product>
@@ -21,9 +21,9 @@
2121
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
2525
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
26-
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
26+
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

src/Simplify.Repository.EntityFramework/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Dependencies
1010

11+
- Simplify.EntityFramework bump to 1.0
1112
- Simplify.Repository bump to 1.7
1213
- Microsoft.EntityFrameworkCore.Relational bump to 5.0.17
1314
- Simplify.DI bump to 4.2.10

0 commit comments

Comments
 (0)