File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Simplify.Repository.EntityFramework Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 =" " />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments