- Changed target framework to .NET 8.
- Upgraded dependencies.
- Simplified the code.
- Removed MinVer
- Fixed issue #1: Setting is not saved if it does not exist in the config file.
- Changed target framework to .NET 7.
- Upgraded dependencies and modify code accordingly.
- Updated Example2.
- Add Configuration.SuppressArrayParsing property and a unit test.
- Upgrade old .csproj files to SDK style.
- Change target frameworks to .NET standard 2.0 and .NET 6.
- Use MinVer package to simply project versioning.
- Change appveyor.yml for automatic deploy NuGet package. Package name: SharpConfig-huanlin.
- Add Example2 project for showing separate configuration section classes.