Skip to content

Commit bc6aa46

Browse files
committed
[deps] Simplify.DI bump to 4.2.8, Simplify.FluentNHibernate bump to 2.5.3
[edit] version/changelog
1 parent 3770c23 commit bc6aa46

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/Simplify.Repository.FluentNHibernate/CHANGELOG.md

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

3+
## [1.5.1] - 2023-04-17
4+
5+
### Added
6+
7+
- Explicit .NET 6 support
8+
9+
### Dependencies
10+
11+
- Simplify.FluentNHibernate bump to 2.5.3
12+
- Simplify.DI bump to Simplify.DI 4.2.8
13+
314
## [1.5.0] - 2021-10-28
415

516
### Added

src/Simplify.Repository.FluentNHibernate/Simplify.Repository.FluentNHibernate.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
3+
<TargetFrameworks>net6.0;netstandard2.0;net462</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.5</Version>
11+
<Version>1.5.1</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -25,8 +25,8 @@
2525
<ProjectReference Include="..\Simplify.Repository\Simplify.Repository.csproj" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="Simplify.DI" Version="4.1.*" />
29-
<PackageReference Include="Simplify.FluentNHibernate" Version="2.5.*" />
28+
<PackageReference Include="Simplify.DI" Version="4.2.8" />
29+
<PackageReference Include="Simplify.FluentNHibernate" Version="2.5.3" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)