Skip to content

Commit

Permalink
[#492] [add] impl
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 1, 2024
1 parent 17fa317 commit 802e93d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/Simplify.FluentNHibernate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.2.1] - 2024-12-01

### Dependencies

- FluentNHibernate bump to 3.4

## [3.2.0] - 2024-04-26

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>3.2</Version>
<Version>3.2.1</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -23,7 +23,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentNHibernate" Version="3.3.0" />
<PackageReference Include="FluentNHibernate" Version="3.4.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 802e93d

Please # to comment.