Releases: NetLah/dotnet-appsettings
Releases · NetLah/dotnet-appsettings
Support .NET 10.0
Support .NET 9.0 and 8.0
- Add .NET 9.0, 8.0; Remove .NET 7.0, .NET 5.0 and .NETCoreApp 3.1.0
- New Directory.Build.targets with Common.props, Directory.Build.initial.targets and Directory.Build.override.targets
Support .NET 9.0
- Add .NET 9.0; Remove .NET 7.0, .NET 5.0 and .NETCoreApp 3.1.0
- Update Github Actions
Support .NET 8.0
- Support .NET 8.0
- New Directory.Build.targets with Common.props, Directory.Build.initial.targets and Directory.Build.override.targets
Support appsettings.slotSetting
Support appsettings.slotSetting
Sample file appsettings.slotSetting
# This is comment, starts with comma (;) also comment line
;Logging:LogLevel:Microsoft.Hosting.Lifetime
Logging__LogLevel__Microsoft
Support .NET 7.0
0.2.2 Add .NET 7.0 for Azure pipelines
Support YAML output
Features
- Support output Yaml map syntax, option
-m|--map-environment - Support output Json
launchSettings.json, option-j|--json-environment
Other changes
- #4: Support YAML output, using YamlDotNet
- Update Tests
- Update README
- Implement nullable
Support .NET 6.0
- #2: Support .NET 6.0
Support .NET 6.0 RC2
- #6: Support .NET 6.0 RC2
Support .NET 6.0 RC1
- #5: Support .NET 6.0 RC1
- Update package description and tags