From 232f6cd740e8b6283db71bbbdfc1281d77892c2a Mon Sep 17 00:00:00 2001 From: "Bock, Jason" Date: Wed, 29 Jan 2025 15:02:54 -0600 Subject: [PATCH] Updated AspNetCore and ProxyFactory to Final Versions --- RockLib.Configuration.AspNetCore/CHANGELOG.md | 5 +++++ .../RockLib.Configuration.AspNetCore.csproj | 4 ++-- RockLib.Configuration.ProxyFactory/CHANGELOG.md | 5 +++++ .../RockLib.Configuration.ProxyFactory.csproj | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/RockLib.Configuration.AspNetCore/CHANGELOG.md b/RockLib.Configuration.AspNetCore/CHANGELOG.md index ade82c9..14de2ab 100644 --- a/RockLib.Configuration.AspNetCore/CHANGELOG.md +++ b/RockLib.Configuration.AspNetCore/CHANGELOG.md @@ -5,6 +5,11 @@ 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 - 2025-01-29 + +#### Changed +- Finalized the 4.0.0 version + ## 4.0.0-alpha.1 - 2025-01-29 #### Changed diff --git a/RockLib.Configuration.AspNetCore/RockLib.Configuration.AspNetCore.csproj b/RockLib.Configuration.AspNetCore/RockLib.Configuration.AspNetCore.csproj index 4ad6a1e..acff47a 100644 --- a/RockLib.Configuration.AspNetCore/RockLib.Configuration.AspNetCore.csproj +++ b/RockLib.Configuration.AspNetCore/RockLib.Configuration.AspNetCore.csproj @@ -1,7 +1,7 @@  RockLib.Configuration.AspNetCore - 4.0.0-alpha.1 + 4.0.0 Extension methods for RockLib.Configuration and ASP.NET Core. bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml false @@ -10,7 +10,7 @@ LICENSE.md icon.png RockLib Configuration AspNetCore Extensions - 4.0.0-alpha.1 + 4.0.0 True True True diff --git a/RockLib.Configuration.ProxyFactory/CHANGELOG.md b/RockLib.Configuration.ProxyFactory/CHANGELOG.md index 507419d..4007978 100644 --- a/RockLib.Configuration.ProxyFactory/CHANGELOG.md +++ b/RockLib.Configuration.ProxyFactory/CHANGELOG.md @@ -5,6 +5,11 @@ 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 - 2025-01-29 + +#### Changed +- Final version of 4.0.0. + ## 4.0.0-alpha.1 - 2025-01-29 #### Changed diff --git a/RockLib.Configuration.ProxyFactory/RockLib.Configuration.ProxyFactory.csproj b/RockLib.Configuration.ProxyFactory/RockLib.Configuration.ProxyFactory.csproj index 660db97..fd2525a 100644 --- a/RockLib.Configuration.ProxyFactory/RockLib.Configuration.ProxyFactory.csproj +++ b/RockLib.Configuration.ProxyFactory/RockLib.Configuration.ProxyFactory.csproj @@ -1,7 +1,7 @@  RockLib.Configuration.ProxyFactory - 4.0.0-alpha.1 + 4.0.0 Creates proxy objects from interfaces using IConfiguration and IConfigurationSection objects. bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml false @@ -11,7 +11,7 @@ icon.png Copyright 2025 (c) Rocket Mortgage. All rights reserved. Configuration Factory Proxy IConfiguration IConfigurationSection - 4.0.0-alpha.1 + 4.0.0 True True True