Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions RockLib.Configuration.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>RockLib.Configuration.AspNetCore</PackageId>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<Description>Extension methods for RockLib.Configuration and ASP.NET Core.</Description>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -10,7 +10,7 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>RockLib Configuration AspNetCore Extensions</PackageTags>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
Expand Down
5 changes: 5 additions & 0 deletions RockLib.Configuration.ProxyFactory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>RockLib.Configuration.ProxyFactory</PackageId>
<PackageVersion>4.0.0-alpha.1</PackageVersion>
<PackageVersion>4.0.0</PackageVersion>
<Description>Creates proxy objects from interfaces using IConfiguration and IConfigurationSection objects.</Description>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -11,7 +11,7 @@
<PackageIcon>icon.png</PackageIcon>
<Copyright>Copyright 2025 (c) Rocket Mortgage. All rights reserved.</Copyright>
<PackageTags>Configuration Factory Proxy IConfiguration IConfigurationSection</PackageTags>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
Expand Down