Skip to content

Commit 802e93d

Browse files
committed
[#492] [add] impl
1 parent 17fa317 commit 802e93d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Simplify.FluentNHibernate/CHANGELOG.md

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

3+
## [3.2.1] - 2024-12-01
4+
5+
### Dependencies
6+
7+
- FluentNHibernate bump to 3.4
8+
39
## [3.2.0] - 2024-04-26
410

511
### Added

src/Simplify.FluentNHibernate/Simplify.FluentNHibernate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>3.2</Version>
11+
<Version>3.2.1</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="FluentNHibernate" Version="3.3.0" />
26+
<PackageReference Include="FluentNHibernate" Version="3.4.0" />
2727
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
2828
</ItemGroup>
2929
<ItemGroup>

0 commit comments

Comments
 (0)