Skip to content

Commit 2c2789a

Browse files
committed
[up] FluentNHibernate bump to 3.4.1
[up] Microsoft.Extensions.Configuration.Abstractions to 9.0.6 [deps] .NET 6 taget removed [deps] .NET 8, 9 taget added
1 parent 60f7f73 commit 2c2789a

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

src/Simplify.FluentNHibernate/CHANGELOG.md

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

3+
## [3.3.0] - 2025-06-15
4+
5+
### Removed
6+
7+
- .NET 6.0 support
8+
9+
### Added
10+
11+
- .NET 8.0 explicit support
12+
- .NET 9.0 explicit support
13+
14+
### Dependencies
15+
16+
- FluentNHibernate bump to 3.4.1
17+
- Microsoft.Extensions.Configuration.Abstractions to 9.0.6
18+
319
## [3.2.1] - 2024-12-01
420

521
### Dependencies

src/Simplify.FluentNHibernate/Simplify.FluentNHibernate.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
3+
<TargetFrameworks>net9.0;net8.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

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

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,8 +23,8 @@
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.4.0" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
26+
<PackageReference Include="FluentNHibernate" Version="3.4.1" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
2828
</ItemGroup>
2929
<ItemGroup>
3030
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)