Skip to content

Commit 3136dc3

Browse files
committed
[dep] Microsoft.Extensions.Configuration.Abstractions bump to 10.0.11
1 parent bb16e78 commit 3136dc3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Simplify.FluentNHibernate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- `Port` connection setting support for `InitializeFromConfigMsSql` — since FluentNHibernate's connection string builder has no port property, a raw connection string with the `Data Source=host,port` format is used whenever the port is explicitly configured
88

9+
### Dependencies
10+
11+
- Microsoft.Extensions.Configuration.Abstractions bump to 10.0.11
12+
913
## [3.4.0] - 2026-07-09
1014

1115
### Added

src/Simplify.FluentNHibernate/Simplify.FluentNHibernate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<PackageReference Include="FluentNHibernate" Version="3.4.1" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.9" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.11" />
2828
</ItemGroup>
2929
<ItemGroup>
3030
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)