Skip to content

Commit 09c42b2

Browse files
authored
V3.0.1/package maintenance (#7)
📝 updated DocFX 📦 updated NuGet package definition 💬 updated community health pages ⬆️ bump dependencies
1 parent 9b058c4 commit 09c42b2

11 files changed

Lines changed: 55 additions & 27 deletions

File tree

.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
@@ -15,7 +15,7 @@
1515
"dest": "api",
1616
"filter": "filterConfig.yml",
1717
"properties": {
18-
"TargetFramework": "net8.0"
18+
"TargetFramework": "net9.0"
1919
}
2020
}
2121
],
@@ -48,7 +48,7 @@
4848
],
4949
"globalMetadata": {
5050
"_appTitle": "Bootstrapper by Codebelt",
51-
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024 Geekle. All rights reserved.</span>",
51+
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2024-2025 Geekle. All rights reserved.</span>",
5252
"_appLogoPath": "images/50x50.png",
5353
"_appFaviconPath": "images/favicon.ico",
5454
"_googleAnalyticsTagId": "G-56S43SYNH9",

.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 3.0.0
1+
Version 3.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 3.0.0
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 3.0.0
1+
Version 3.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 3.0.0
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 3.0.0
1+
Version 3.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 3.0.0
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 3.0.0
1+
Version 3.0.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 3.0.0
28
Availability: .NET 9 and .NET 8
39

410
# ALM

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+
## [3.0.1] - 2025-01-31
8+
9+
This is a service update that primarily focuses on package dependencies and minor improvements.
10+
711
## [3.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
@@ -14,7 +14,7 @@
1414

1515
<PropertyGroup Condition="'$(IsTestProject)' == 'false' or '$(IsExcluded)' == 'true'">
1616
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
17-
<Copyright>Copyright © Geekle 2021-2024. All rights reserved.</Copyright>
17+
<Copyright>Copyright © Geekle 2021-2025. All rights reserved.</Copyright>
1818
<Authors>gimlichael</Authors>
1919
<Company>Geekle</Company>
2020
<Product>Codebelt Bootstrapper</Product>
@@ -39,7 +39,6 @@
3939
</ItemGroup>
4040

4141
<ItemGroup Condition="'$(IsTestProject)' == 'false' or '$(IsExcluded)' == 'true'">
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: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,27 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.0" />
7-
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="9.0.0" />
8-
<PackageVersion Include="Cuemon.Core" Version="9.0.0" />
9-
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.0" />
10-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
11-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
6+
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.1" />
7+
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="9.0.1" />
8+
<PackageVersion Include="Cuemon.Core" Version="9.0.1" />
9+
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.1" />
10+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1211
<PackageVersion Include="MinVer" Version="6.0.0" />
13-
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
14-
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
15-
<PackageVersion Include="xunit" Version="2.9.2" />
16-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
12+
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
13+
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
14+
<PackageVersion Include="xunit" Version="2.9.3" />
15+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
1716
</ItemGroup>
1817
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
19-
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
20-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.0" />
21-
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
22-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
23-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
18+
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1" />
19+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.1" />
20+
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
21+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
22+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
2423
</ItemGroup>
2524
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
26-
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
27-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
25+
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.12" />
26+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.12" />
2827
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2928
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
3029
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MIT
2-
Copyright (c) 2021-2024 Geekle
2+
Copyright (c) 2021-2025 Geekle
33

44
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:
55

0 commit comments

Comments
 (0)