Skip to content

Releases: NetLah/configuration

Improve TransformConfiguration

30 May 04:37
e8d8cab
Compare
Choose a tag to compare
1.0.0-rc3.3

Transform reference

Add MapConfiguration and Improve AddFileConfiguration

14 May 17:30
3f4aa7e
Compare
Choose a tag to compare
  • AddFile support flag resolveAbsolute
  • AddFile support handler
  • Add MapConfiguration

Add TransformConfigurationProvider and AddFileConfiguration

13 May 16:42
e3311f5
Compare
Choose a tag to compare
  • Add TransformConfigurationProvider
  • Add AddFileConfiguration
  • .NET 6.0 change to ConfigurationManager

Add TransformConfigurationProvider and AddFileConfiguration

13 May 07:20
6b567b6
Compare
Choose a tag to compare
  • Add TransformConfigurationProvider
  • Add AddFileConfiguration
  • .NET 6.0 change to ConfigurationManager

.NET 9.0 Preview 2

21 Mar 04:34
422f72c
Compare
Choose a tag to compare
  • Add .NET 9.0

.NET 8.0 Release Candidate 1

12 Jan 03:20
76e062f
Compare
Choose a tag to compare
  • Improve OaepSHA512
  • Add .NET 8.0
  • New Directory.Build.targets with Common.props and Directory.Build.override.targets
  • Test re-support .net5.0 and .netcore3.1

.NET 8.0 Preview

08 Jun 17:43
b3e05c4
Compare
Choose a tag to compare
.NET 8.0 Preview Pre-release
Pre-release
  • Improve OaepSHA512
  • Add .NET 8.0
  • Consolidate MinFrameworkVersion 7.0.0
  • Test re-support .net5.0 and .netcore3.1

.NET 7.0

01 Jan 16:14
2f30137
Compare
Choose a tag to compare
  • Add support .NET 7.0
  • Drop support .NET 5.0
  • Decoupling to NetLah.Abstractions, use NetLah.AssemblyInfo.BuildTime.Target
  • Add more Create APIs
  • Improve nullable
  • More test on json configuration provider (such as appsettings.json, appsettings.Production.json, secrets.json, appsettings.ini)
  • More test on enum binder (flags), support both interger and multi flags Flag1,Flag2
  • Test parsing enum, both interger and multi flags Flag1,Flag2
  • Test Authentication TLS
  • Fix Authentication TLS on Windows: support reimport and change to default Exportable | EphemeralKeySet
  • New configuration: CertificateConfig with key storage flags and reimport

Decoupling to NetLah.Abstractions

14 Sep 07:36
Compare
Choose a tag to compare
Pre-release
  • Decoupling to NetLah.Abstractions
  • Consolidate Directory.Build.targets
  • Drop .NET5

.NET 6.0 and Nullable Reference Types

19 Nov 11:04
Compare
Choose a tag to compare
  • Support .NET 6.0
  • Explicit dependencies on multi Target Frameworks net6.0, net5.0, netstandard2.1
  • Limitation: Not support netstandard2.0 because X509Certificates missing X509KeyStorageFlags.EphemeralKeySet
  • Nullable Reference Types