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", 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 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/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 - - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - + + 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: