Skip to content

Commit 9c093b3

Browse files
authored
V4.0.1/package maintenance (#31)
📝 updated DocFX 📦 updated NuGet package definition 💬 updated community health pages ⬆️ bump dependencies ✅ fixed due to extra digit 👷 added dependabot
1 parent 152e092 commit 9c093b3

File tree

38 files changed

+256
-39
lines changed

38 files changed

+256
-39
lines changed

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.0-alpine AS base
1+
FROM nginx:1.27.3-alpine AS base
22
RUN rm -rf /usr/share/nginx/html/*
33

44
FROM codebeltnet/docfx:2.77.0 AS build

.docfx/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dest": "api/dotnet",
2121
"filter": "filterConfig.yml",
2222
"properties": {
23-
"TargetFramework": "net8.0"
23+
"TargetFramework": "net9.0"
2424
}
2525
},
2626
{
@@ -53,7 +53,7 @@
5353
"dest": "api/extensions/dotnet",
5454
"filter": "filterConfig.yml",
5555
"properties": {
56-
"TargetFramework": "net8.0"
56+
"TargetFramework": "net9.0"
5757
}
5858
}
5959
],
@@ -86,7 +86,7 @@
8686
],
8787
"globalMetadata": {
8888
"_appTitle": "Savvy I/O for .NET",
89-
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2021-2024 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
89+
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2021-2025 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
9090
"_appLogoPath": "images/50x50.png",
9191
"_appFaviconPath": "images/favicon.ico",
9292
"_googleAnalyticsTagId": "G-KDPCBM5XNC",

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "nuget"
4+
directory: "/src"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 0
8+
- package-ecosystem: "nuget"
9+
directory: "/test"
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 0
13+
- package-ecosystem: "github-actions"
14+
directory: "/.github/workflows"
15+
schedule:
16+
interval: "weekly"
17+
open-pull-requests-limit: 0

.nuget/Savvyio.App/PackageReleaseNotes.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# References
5+
- Savvyio
6+
- Savvyio.Commands
7+
- Savvyio.Commands.Messaging
8+
- Savvyio.Domain
9+
- Savvyio.Domain.EventSourcing
10+
- Savvyio.EventDriven
11+
- Savvyio.EventDriven.Messaging
12+
- Savvyio.Extensions.Dapper
13+
- Savvyio.Extensions.DependencyInjection
14+
- Savvyio.Extensions.DependencyInjection.Dapper
15+
- Savvyio.Extensions.DependencyInjection.Domain
16+
- Savvyio.Extensions.DependencyInjection.EFCore
17+
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
18+
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
19+
- Savvyio.Extensions.DependencyInjection.QueueStorage
20+
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
21+
- Savvyio.Extensions.Dispatchers
22+
- Savvyio.Extensions.EFCore
23+
- Savvyio.Extensions.EFCore.Domain
24+
- Savvyio.Extensions.EFCore.Domain.EventSourcing
25+
- Savvyio.Extensions.QueueStorage
26+
- Savvyio.Extensions.SimpleQueueService
27+
- Savvyio.Extensions.Text.Json
28+
- Savvyio.Messaging
29+
- Savvyio.Queries
30+
 
131
Version: 4.0.0
232
Availability: .NET 9 and .NET 8
333

.nuget/Savvyio.Commands.Messaging/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Commands/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Core/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Domain.EventSourcing/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Domain/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.EventDriven.Messaging/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.EventDriven/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.Dapper/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DapperExtensions/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.Dapper/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.DapperExtensions/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.Domain/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.EFCore.Domain/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.EFCore/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.QueueStorage/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection.SimpleQueueService/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.DependencyInjection/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.Dispatchers/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.EFCore.Domain.EventSourcing/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.EFCore.Domain/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.EFCore/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.Newtonsoft.Json/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.QueueStorage/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.SimpleQueueService/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Extensions.Text.Json/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Messaging/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Queries/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
17
Version: 4.0.0
28
Availability: .NET 9 and .NET 8
39

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder.
66

7+
## [4.0.1] - 2025-01-31
8+
9+
This is a service update that primarily focuses on package dependencies and minor improvements.
10+
711
## [4.0.0] - 2024-11-13
812

913
This major release is first and foremost focused on ironing out any wrinkles that have been introduced with .NET 9 preview releases so the final release is production ready together with the official launch from Microsoft.

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<PropertyGroup Condition="'$(IsTestProject)' == 'false'">
1515
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
16-
<Copyright>Copyright © Geekle 2021-2024. All rights reserved.</Copyright>
16+
<Copyright>Copyright © Geekle 2021-2025. All rights reserved.</Copyright>
1717
<Authors>gimlichael</Authors>
1818
<Company>Geekle</Company>
1919
<Product>Savvy I/O</Product>
@@ -40,7 +40,6 @@
4040
</ItemGroup>
4141

4242
<ItemGroup Condition="'$(IsTestProject)' == 'false'">
43-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
4443
<PackageReference Include="MinVer" PrivateAssets="all" />
4544
<None Include="..\..\.nuget\$(MSBuildProjectName)\icon.png" Pack="true" Visible="false" PackagePath="\" />
4645
<None Include="..\..\.nuget\$(MSBuildProjectName)\README.md" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)