Releases: NetLah/configuration
Releases · NetLah/configuration
Improve TransformConfiguration
1.0.0-rc3.3 Transform reference
Add MapConfiguration and Improve AddFileConfiguration
- AddFile support flag resolveAbsolute
- AddFile support handler
- Add MapConfiguration
Add TransformConfigurationProvider and AddFileConfiguration
- Add TransformConfigurationProvider
- Add AddFileConfiguration
- .NET 6.0 change to ConfigurationManager
Add TransformConfigurationProvider and AddFileConfiguration
- Add TransformConfigurationProvider
- Add AddFileConfiguration
- .NET 6.0 change to ConfigurationManager
.NET 9.0 Preview 2
- Add .NET 9.0
.NET 8.0 Release Candidate 1
- 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
- Improve OaepSHA512
- Add .NET 8.0
- Consolidate MinFrameworkVersion 7.0.0
- Test re-support .net5.0 and .netcore3.1
.NET 7.0
- 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
- Decoupling to NetLah.Abstractions
- Consolidate Directory.Build.targets
- Drop .NET5
.NET 6.0 and Nullable Reference Types
- Support .NET 6.0
- Explicit dependencies on multi Target Frameworks net6.0, net5.0, netstandard2.1
- Limitation: Not support netstandard2.0 because
X509Certificates
missingX509KeyStorageFlags.EphemeralKeySet
- Nullable Reference Types