This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Release notes
Xelit3 edited this page Feb 12, 2022
·
9 revisions
From versions > [1.3.0] please check it changelog file.
- Added support to .NET 5.0
- Fixed critical bug on UNIX systems where the paths of the appSettings files were not taken properly
- Removed unnecessary appSettings development check due to previous change on .NET Core runtime folder management
- Allowed to use custom AppSetting's param name for appSettings sections: Until this version, was mandatory to have the section to encrypt called "AppSettings", now it is possible to specify the name.
Considerations before:
- The same name should be provided at SetUpSecureConfig method on ConfigureServices (last param) and EncryptSettings (also last param) By default, AppSettings will be the name that the tool will handle.
- Before applying this change, the section name would be renamed, or decrypted first and then renamed. If nothing wants to be changed regarding section name, no change is neccessary, this version has not breaking changes
Please check Home Page for more configuration information
- Configuration extensions now return the Settings files allowing to be used by the rest of the registrations
- NetCore 3.x fix for encryptation mechanism on Program
- NetCore 3.x support
- Allowed to use any kind of private key to encrypt/decrypt the config file
- Fixed critical bug not allowing the tool to find appsettings path different than the default one
- Encryptation / Decryptation of configured sections inside appsettings
- Manage of multiple environment encrypted/decrypted settings
- Installed as NuGet package
- Singleton registration of the configured settings