Skip to content

Commit 173c435

Browse files
committed
[up] Microsoft.Extensions.Configuration.Abstractions to 7
1 parent 5ace7b8 commit 173c435

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
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+
## [2.6.0] - 2023-08-02
4+
5+
### Removed
6+
7+
- .NET 4.6.2 support
8+
9+
### Added
10+
11+
- .NET Standard 2.1 support
12+
- .NET 4.8 support
13+
14+
### Dependencies
15+
16+
- FluentNHibernate bump to 3.2.1
17+
- Microsoft.Extensions.Configuration.Abstractions to 7
18+
319
## [2.5.3] - 2023-04-15
420

521
### Dependencies

src/Simplify.FluentNHibernate/Simplify.FluentNHibernate.csproj

Lines changed: 3 additions & 3 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.0;net462</TargetFrameworks>
3+
<TargetFrameworks>net6.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>2.5.3</Version>
11+
<Version>2.6</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<PackageReference Include="FluentNHibernate" Version="3.2.1" />
26-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)