Skip to content

Commit a396179

Browse files
committed
[up] Simplify.FluentNHibernate to 3.3
1 parent ad85a9f commit a396179

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
"cref",
99
"Displayer",
1010
"indicies",
11+
"Krylkov",
1112
"langword",
1213
"localizable",
14+
"netstandard",
1315
"Postgre",
1416
"registrator",
1517
"seealso",

src/Simplify.Repository.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+
## [1.7.2] - 2025-10-10
4+
5+
### Dependencies
6+
7+
- Simplify.FluentNHibernate bump to 3.3.0
8+
39
## [1.7.1] - 2024-12-02
410

511
### Dependencies

src/Simplify.Repository.FluentNHibernate/Simplify.Repository.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>1.7.1</Version>
11+
<Version>1.7.2</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<PackageReference Include="Simplify.DI" Version="4.2.11" />
30-
<PackageReference Include="Simplify.FluentNHibernate" Version="3.2.1" />
30+
<PackageReference Include="Simplify.FluentNHibernate" Version="3.3.0" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)