From 77300afff783c09b31eb801361910c6bb573cf3e Mon Sep 17 00:00:00 2001 From: "Bock, Jason" Date: Thu, 30 Jan 2025 09:16:00 -0600 Subject: [PATCH 1/2] Removed .NET 6 From Dependent Packages --- RockLib.Logging.AspNetCore/CHANGELOG.md | 10 ++++++++++ .../RockLib.Logging.AspNetCore.csproj | 12 ++++++------ RockLib.Logging.Microsoft.Extensions/CHANGELOG.md | 7 +++++++ .../RockLib.Logging.Microsoft.Extensions.csproj | 6 +++--- RockLib.Logging.Moq/CHANGELOG.md | 7 +++++++ RockLib.Logging.Moq/RockLib.Logging.Moq.csproj | 6 +++--- .../RockLib.Logging.AspNetCore.Tests.csproj | 8 ++++---- ...RockLib.Logging.Microsoft.Extensions.Tests.csproj | 10 +++++----- .../RockLib.Logging.Moq.Tests.csproj | 8 ++++---- 9 files changed, 49 insertions(+), 25 deletions(-) diff --git a/RockLib.Logging.AspNetCore/CHANGELOG.md b/RockLib.Logging.AspNetCore/CHANGELOG.md index 96d60b7..d60e846 100644 --- a/RockLib.Logging.AspNetCore/CHANGELOG.md +++ b/RockLib.Logging.AspNetCore/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 6.0.0-alpha.1 - 2025-01-30 + +#### Changed +- Removed .NET 6 as a target framework +- Updated the following package references + - RockLib.Logging - 6.0.0-alpha.1 + - RockLib.DistributedTracing.AspNetCore - 4.0.0 + - Microsoft.AspNetCore.Mvc.Core - 2.3.0 + - Microsoft.AspNetCore.Routing - 2.3.0 + ## 5.1.2 - 2024-10-22 #### Changed diff --git a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj index 9df55de..f9d5987 100644 --- a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj +++ b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj @@ -12,9 +12,9 @@ false A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.AspNetCore/CHANGELOG.md. RockLib Logging Logger AspNetCore HttpContext ActionFilter - 5.1.2 + 6.0.0-alpha.1 True - 5.1.2 + 6.0.0-alpha.1 bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml @@ -25,10 +25,10 @@ - - - - + + + + diff --git a/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md b/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md index 26dc7d5..a9c68e8 100644 --- a/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md +++ b/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.0-alpha.1 - 2025-01-30 + +#### Changed +- Removed .NET 6 as a target framework +- Updated the following package references + - RockLib.Logging - 6.0.0-alpha.1 + ## 3.1.2 - 2024-10-22 #### Changed diff --git a/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj b/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj index 878a8b4..c615cdc 100644 --- a/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj +++ b/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj @@ -11,10 +11,10 @@ A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md. false RockLib Logging Logger Microsoft Extensions - 3.1.2 + 4.0.0-alpha.1 True RockLib.Logging - 3.1.2 + 4.0.0-alpha.1 bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml @@ -27,7 +27,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/RockLib.Logging.Moq/CHANGELOG.md b/RockLib.Logging.Moq/CHANGELOG.md index 4c2cbaa..f6ae253 100644 --- a/RockLib.Logging.Moq/CHANGELOG.md +++ b/RockLib.Logging.Moq/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.0-alpha.1 - 2025-01-30 + +#### Changed +- Removed .NET 6 as a target framework +- Updated the following package references + - RockLib.Logging - 6.0.0-alpha.1 + ## 3.1.2 - 2024-10-22 #### Changed diff --git a/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj b/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj index 481da88..8c6e3ca 100644 --- a/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj +++ b/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj @@ -10,10 +10,10 @@ A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.Moq/CHANGELOG.md. false RockLib Logging Logger Extensions Moq - 3.1.2 + 4.0.0-alpha.1 icon.png True - 3.1.2 + 4.0.0-alpha.1 bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml @@ -24,7 +24,7 @@ - + diff --git a/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj b/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj index 7773af5..24a1211 100644 --- a/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj +++ b/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj @@ -7,10 +7,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj b/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj index 17ea04d..21fbb16 100644 --- a/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj +++ b/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj @@ -1,14 +1,14 @@  - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj b/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj index 75fea0a..e8cf294 100644 --- a/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj +++ b/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj @@ -4,13 +4,13 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From a0abf583a423d40bc531227d881cfe217309dfb3 Mon Sep 17 00:00:00 2001 From: "Bock, Jason" Date: Thu, 30 Jan 2025 09:30:21 -0600 Subject: [PATCH 2/2] Had to revert some packages to not break code --- RockLib.Logging.AspNetCore/CHANGELOG.md | 2 -- RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/RockLib.Logging.AspNetCore/CHANGELOG.md b/RockLib.Logging.AspNetCore/CHANGELOG.md index d60e846..535ba83 100644 --- a/RockLib.Logging.AspNetCore/CHANGELOG.md +++ b/RockLib.Logging.AspNetCore/CHANGELOG.md @@ -12,8 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the following package references - RockLib.Logging - 6.0.0-alpha.1 - RockLib.DistributedTracing.AspNetCore - 4.0.0 - - Microsoft.AspNetCore.Mvc.Core - 2.3.0 - - Microsoft.AspNetCore.Routing - 2.3.0 ## 5.1.2 - 2024-10-22 diff --git a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj index f9d5987..ecf94e1 100644 --- a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj +++ b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj @@ -27,8 +27,8 @@ - - + +