Skip to content

Commit 4362c5f

Browse files
authored
V0.4.1/package maintenance (#11)
📝 updated DocFX 📦 updated NuGet package definition 💬 updated community health pages ⬆️ bump dependencies
1 parent aac2364 commit 4362c5f

9 files changed

+29
-19
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dest": "api",
1313
"filter": "filterConfig.yml",
1414
"properties": {
15-
"TargetFramework": "net8.0"
15+
"TargetFramework": "net9.0"
1616
}
1717
}
1818
],
@@ -44,7 +44,7 @@
4444
],
4545
"globalMetadata": {
4646
"_appTitle": "Shared Kernel (DDD) for .NET",
47-
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
47+
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024-2025 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
4848
"_appLogoPath": "images/50x50.png",
4949
"_appFaviconPath": "images/favicon.ico",
5050
"_googleAnalyticsTagId": "G-NQMBRNRZ5X",

.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 0.4.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: 0.4.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+
## [0.4.1] - 2025-01-31
8+
9+
Purely an ALM release. No changes to the codebase.
10+
711
## [0.4.0] - 2024-11-13
812

913
#### Codebelt.SharedKernel

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 2024. All rights reserved.</Copyright>
16+
<Copyright>Copyright © Geekle 2024-2025. All rights reserved.</Copyright>
1717
<Authors>gimlichael</Authors>
1818
<Company>Geekle</Company>
1919
<Product>Codebelt Shared Kernel (DDD)</Product>
@@ -39,7 +39,6 @@
3939
</ItemGroup>
4040

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

Directory.Packages.props

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.0" />
7-
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="9.0.0" />
8-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
9-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
6+
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.1" />
7+
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="9.0.1" />
8+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
109
<PackageVersion Include="MinVer" Version="6.0.0" />
11-
<PackageVersion Include="Savvyio.Domain" Version="4.0.0" />
12-
<PackageVersion Include="Savvyio.Extensions.Newtonsoft.Json" Version="4.0.0" />
13-
<PackageVersion Include="Savvyio.Extensions.Text.Json" Version="4.0.0" />
14-
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
15-
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
16-
<PackageVersion Include="xunit" Version="2.9.2" />
17-
<PackageVersion Include="xunit.runner.console" Version="2.9.2" />
18-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
10+
<PackageVersion Include="Savvyio.Domain" Version="4.0.1" />
11+
<PackageVersion Include="Savvyio.Extensions.Newtonsoft.Json" Version="4.0.1" />
12+
<PackageVersion Include="Savvyio.Extensions.Text.Json" Version="4.0.1" />
13+
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
14+
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
15+
<PackageVersion Include="xunit" Version="2.9.3" />
16+
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
17+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
1918
</ItemGroup>
2019
</Project>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT Copyright (c) 2024 Geekle
1+
MIT Copyright (c) 2024-2025 Geekle
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
An open-source project offering a lightweight .NET library with essential components for implementing the shared kernel pattern within the context of Domain-Driven Design (DDD). It provides generic and reusable (Single) Value Objects utilizing the [Savvyio.Domain](https://www.nuget.org/packages/Savvyio.Domain) package for fundamental classes, records and interfaces.
88

9+
Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://sharedkernel.codebelt.net/
10+
911
## Savvyio.Domain
1012

1113
Provides the fundamental abstractions to work with the concepts of DDD (Domain Driven Design), that includes, but is not limited to:

testenvironments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "Docker-Ubuntu",
1111
"type": "docker",
12-
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.404-9.0.100"
12+
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.405-9.0.102"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)