Skip to content

Commit b8612ed

Browse files
committed
[up] deps to latest
1 parent ef2f15a commit b8612ed

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/Simplify.Repository.FluentNHibernate/CHANGELOG.md

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

3+
## [1.7.1] - 2024-12-02
4+
5+
### Dependencies
6+
7+
- Simplify.FluentNHibernate bump to 3.2.1
8+
- Simplify.DI bump to 4.2.11
9+
310
## [1.7.0] - 2024-01-14
411

512
### Added

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

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

11-
<Version>1.7</Version>
11+
<Version>1.7.1</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -26,8 +26,8 @@
2626
<ProjectReference Include="..\Simplify.Repository\Simplify.Repository.csproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Simplify.DI" Version="4.2.10" />
30-
<PackageReference Include="Simplify.FluentNHibernate" Version="3.0.0" />
29+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
30+
<PackageReference Include="Simplify.FluentNHibernate" Version="3.2.1" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)