From e4c00ef5d9d167dd5c79e88c7d8477b77aae55ab Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 31 Jan 2025 20:10:46 +0100 Subject: [PATCH 1/4] :memo: updated DocFX --- .docfx/Dockerfile.docfx | 2 +- .docfx/docfx.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index f23354b..9c57bc7 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -FROM nginx:1.27.0-alpine AS base +FROM nginx:1.27.3-alpine AS base RUN rm -rf /usr/share/nginx/html/* FROM codebeltnet/docfx:2.77.0 AS build diff --git a/.docfx/docfx.json b/.docfx/docfx.json index c2f33b2..334e07f 100644 --- a/.docfx/docfx.json +++ b/.docfx/docfx.json @@ -15,7 +15,7 @@ "dest": "api", "filter": "filterConfig.yml", "properties": { - "TargetFramework": "net8.0" + "TargetFramework": "net9.0" } } ], @@ -48,7 +48,7 @@ ], "globalMetadata": { "_appTitle": "Bootstrapper by Codebelt", - "_appFooter": "Generated by DocFX. Copyright 2024 Geekle. All rights reserved.", + "_appFooter": "Generated by DocFX. Copyright 2024-2025 Geekle. All rights reserved.", "_appLogoPath": "images/50x50.png", "_appFaviconPath": "images/favicon.ico", "_googleAnalyticsTagId": "G-56S43SYNH9", From 67af8a1300d32cb3e302f5e3f935ea39038c49bd Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 31 Jan 2025 20:10:52 +0100 Subject: [PATCH 2/4] :package: updated NuGet package definition --- .../Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt | 8 +++++++- .nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt | 8 +++++++- .../Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt | 8 +++++++- .nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt index bd07067..e102d9c 100644 --- a/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 3.0.0 +Version 3.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 3.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt index d9385e1..10dcafe 100644 --- a/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 3.0.0 +Version 3.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 3.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt index 3725cfe..d84a2fc 100644 --- a/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 3.0.0 +Version 3.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 3.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt index 3d39069..944a7e1 100644 --- a/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 3.0.0 +Version 3.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 3.0.0 Availability: .NET 9 and .NET 8   # ALM From e58595affbc757bce008318e18400e2adf3c1bac Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 31 Jan 2025 20:11:11 +0100 Subject: [PATCH 3/4] :speech_balloon: updated community health pages --- CHANGELOG.md | 4 ++++ LICENSE.md | 2 +- README.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f1b08..8de4e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder. +## [3.0.1] - 2025-01-31 + +This is a service update that primarily focuses on package dependencies and minor improvements. + ## [3.0.0] - 2024-11-13 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. diff --git a/LICENSE.md b/LICENSE.md index cb7b8af..f9019fb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ MIT -Copyright (c) 2021-2024 Geekle +Copyright (c) 2021-2025 Geekle 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: diff --git a/README.md b/README.md index 74a4366..1726845 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ An open-source family of assemblies (MIT license) that provide a uniform and consistent way of bootstraping your code with Program.cs paired with Startup.cs -OR- using the new `Minimal` equivalent for all project types. +Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://bootstrapper.codebelt.net/ + ## Codebelt.Bootstrapper The core types of this lightweight boostrapper framework optimized for console apps, providing a uniform and consistent implementation of: From e99e0bb4badee795c8d9eac1567869899ef40e76 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 31 Jan 2025 20:11:25 +0100 Subject: [PATCH 4/4] :arrow_up: bump dependencies --- Directory.Build.props | 3 +-- Directory.Packages.props | 33 ++++++++++++++++----------------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5ca151a..c107324 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ net9.0;net8.0 - Copyright © Geekle 2021-2024. All rights reserved. + Copyright © Geekle 2021-2025. All rights reserved. gimlichael Geekle Codebelt Bootstrapper @@ -39,7 +39,6 @@ - diff --git a/Directory.Packages.props b/Directory.Packages.props index d233513..c60caa3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,28 +3,27 @@ true - - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - + +