Skip to content

Commit d0e381b

Browse files
committed
[del] .NET Framework 4.6.2 support
]add] .NET Framework 4.8 support [up] Simplify.DI bump to 4.2.10 [up] Simplify.System bump to 1.6.2 [up] Microsoft.Extensions.Configuration bump to 3.1.32
1 parent 04dc4a3 commit d0e381b

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

src/Simplify.WindowsServices/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.14.1] - 2023-08-24
4+
5+
### Removed
6+
7+
- .NET Framework 4.6.2 support
8+
9+
### Added
10+
11+
- .NET Framework 4.8 support
12+
13+
### Dependencies
14+
15+
- Simplify.DI bump to 4.2.10
16+
- Simplify.System bump to 1.6.2
17+
- Microsoft.Extensions.Configuration bump to 3.1.32
18+
319
## [2.14] - 2021-11-18
420

521
### Added

src/Simplify.WindowsServices/Simplify.WindowsServices.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462</TargetFrameworks>
3+
<TargetFrameworks>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.14</Version>
11+
<Version>2.14.1</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,10 +23,10 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.WindowsServices/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="ncrontab" Version="3.3.*" />
27-
<PackageReference Include="Simplify.DI" Version="4.1.*" />
28-
<PackageReference Include="Simplify.System" Version="1.6.*" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.*" />
26+
<PackageReference Include="ncrontab" Version="3.3.1" />
27+
<PackageReference Include="Simplify.DI" Version="4.2.10" />
28+
<PackageReference Include="Simplify.System" Version="1.6.2" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.32" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<Reference Include="System.Configuration" />

0 commit comments

Comments
 (0)