Skip to content
This repository was archived by the owner on Sep 3, 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.Secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 6.0.0 - 2025-02-06

#### Changed
- Finalized 6.0.0 release.

## 6.0.0-alpha.1 - 2025-02-06

#### Changed
- Updated the following packages:
- RockLib.Configuration from 4.0.3 to 5.0.0
Expand Down
4 changes: 2 additions & 2 deletions RockLib.Secrets/RockLib.Secrets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PackageReleaseNotes>A changelog is available at https://github.com/RockLib/RockLib.Secrets/blob/main/RockLib.Secrets/CHANGELOG.md.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>rocklib secrets configuration</PackageTags>
<PackageVersion>6.0.0-alpha.1</PackageVersion>
<PackageVersion>6.0.0</PackageVersion>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<Version>6.0.0-alpha.1</Version>
<Version>6.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml</DocumentationFile>
Expand Down