File tree Expand file tree Collapse file tree 4 files changed +10
-87
lines changed
Examples/Simplify.Examples.Repository.FluentNHibernate
Simplify.Repository.FluentNHibernate Expand file tree Collapse file tree 4 files changed +10
-87
lines changed Original file line number Diff line number Diff line change 33using Microsoft . Extensions . Configuration ;
44using Simplify . FluentNHibernate ;
55using Simplify . FluentNHibernate . Conventions ;
6- using Simplify . Repository . FluentNHibernate ;
76
87namespace Simplify . Examples . Repository . FluentNHibernate ;
98
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.5.2 ] - 2023-07-31
3+ ## [ 1.6 ] - 2023-08-07
44
55### Removed
66
77- .NET 4.6.2 support
8+ - SessionFactoryBuilderBase moved from Simplify.Repository.FluentNHibernate (¹481)
89
910### Added
1011
1112- .NET Standard 2.1 support
1213- .NET 4.8 support
1314
15+ ### Dependencies
16+
17+ - Simplify.FluentNHibernate bump to 2.6
18+ - Simplify.DI bump to Simplify.DI 4.2.10
19+
1420## [ 1.5.1] - 2023-04-17
1521
1622### Added
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010
11- <Version >1.5.2 </Version >
11+ <Version >1.6 </Version >
1212
1313 <Authors >Alexander Krylkov</Authors >
1414 <Product >Simplify</Product >
2525 <ProjectReference Include =" ..\Simplify.Repository\Simplify.Repository.csproj" />
2626 </ItemGroup >
2727 <ItemGroup >
28- <PackageReference Include =" Simplify.DI" Version =" 4.2.8 " />
29- <PackageReference Include =" Simplify.FluentNHibernate" Version =" 2.5.3 " />
28+ <PackageReference Include =" Simplify.DI" Version =" 4.2.10 " />
29+ <PackageReference Include =" Simplify.FluentNHibernate" Version =" 2.6 " />
3030 </ItemGroup >
3131 <ItemGroup >
3232 <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments