Skip to content

Commit 326dac3

Browse files
committed
[up] ncrontab to 3.3.3
[up] Microsoft.Extensions.Configuration to 9.0.6 [up] Simplify.DI to 4.2.11
1 parent 84b8337 commit 326dac3

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/Simplify.WindowsServices/CHANGELOG.md

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

3+
## [2.15.0] - 2025-06-15
4+
5+
### Dependencies
6+
7+
- ncrontab bump to 3.3.3
8+
- Simplify.DI bump to 4.2.11
9+
- Microsoft.Extensions.Configuration bump to 9.0.6
10+
311
## [2.14.1] - 2023-08-24
412

513
### Removed

src/Simplify.WindowsServices/Simplify.WindowsServices.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>2.14.1</Version>
11+
<Version>2.15</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -24,10 +24,10 @@
2424
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.WindowsServices/CHANGELOG.md for details</PackageReleaseNotes>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageReference Include="ncrontab" Version="3.3.1" />
28-
<PackageReference Include="Simplify.DI" Version="4.2.10" />
27+
<PackageReference Include="ncrontab" Version="3.3.3" />
28+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2929
<PackageReference Include="Simplify.System" Version="1.6.2" />
30-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.32" />
30+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<Reference Include="System.Configuration" />

0 commit comments

Comments
 (0)