Releases: TBCBank/TBC.Common.Configuration.Registry
2.1.0
What's Changed
- Update .NET SDK to 9.0.100
- Add .NET 9.0 target framework
- Renovate bot: Enable OSV alerts
Full Changelog: 2.0.1...2.1.0
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/2.1.0
2.0.1
Full Changelog: 2.0.0...2.0.1
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/2.0.1
Notable Changes
- 7bf8e95 Enable Strong Name signing
2.0.0
Full Changelog: 1.5.0...2.0.0
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/2.0.0
Notable Changes
- f2ac180 Remove .NET 7.0 TFM and add .NET 8.0 TFM
- c442b4a Bump .NET SDK to 8.0.101
- f2ac180 Update NuGet package dependencies
Infrastructure Changes
- 193d6bb Update GitHub actions
- 9b58628 Renovate Bot: Use recommended settings
- d649ed4 Update xunit requirement from 2.5.* to 2.6.* by @dependabot in #31
- f38505d Update dependency dotnet-sdk to v7.0.403 by @renovate in #30
New Contributors
- @dependabot made their first contribution in #31
1.5.0
Full Changelog: 1.4.0...1.5.0
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/1.5.0
Notable changes
- 2f9ced1 Remove
Microsoft.Win32.Registry
reference because it is already a part of the shared framework; keep it only when targeting .NET Standard. Also, explicitly add .NET 4.7.1 as a target framework.
Infrastructure changes
1.4.0
Full Changelog: 1.3.2...1.4.0
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/1.4.0
Notable changes
- a8334d8 Drop the out-of-support .NET Core 3.1 target framework
Infrastructure changes
1.3.2
Full Changelog: 1.3.1...1.3.2
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/1.3.2
Notable changes
- 344e88f Add .NET 7.0 target framework
Infrastructure changes
- 1f23ff1 Fix: Locate code coverage file
- 15d5cd5 Inject GITHUB_WORKSPACE variable into codecov-action arguments
- 165df9d Remove coverlet.msbuild package
- 7486825 CI/CD: Use glob pattern when pushing NuGet package
- 299941f Dependency review action: reject GPL license variants
- 5a756e6 ReadMe: Minor spelling fix
- c4fd6a1 Set minimum required .NET SDK version to 7.0.100
1.3.1
Full Changelog: 1.3.0...1.3.1
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/1.3.1
Notable changes
- 0c65ebd Dropped support of outdated .NET 5.0
Infrastructure changes
- cc717e4 Check array length instead of calling LINQ Any
- c775720 Apply missing plarform support attribute to a property
- 47cea51 Update actions/setup-dotnet action to v3
- 0656ef5 Update actions/dependency-review-action action to v2
- 01cb150 Update dependency xunit to v2.4.2
- 91200f6 Update dependency Microsoft.NET.Test.Sdk to v17.3.2
- 7a6c74e Update dependency MinVer to v4
- d45a8f3 Update dependency Meziantou.Analyzer to v1.0.734
- 5492dd4 Set minimum required .NET SDK version to 6.0.402
1.3.0
Full Changelog: 1.2.0...1.3.0
NuGet: https://www.nuget.org/packages/TBC.Common.Configuration.Registry/1.3.0
- Dropped support for outdated .NET Core 2.0, .NET Core 2.1 and .NET Core 3.0
- Marked the assembly as non-CLS-compliant