Skip to content

Releases: NetLah/dotnet-appsettings

Support .NET 10.0

02 Dec 03:05
a418f3a

Choose a tag to compare

  • Support .NET SDK: 10.0, 9.0, 8.0 and 6.0
  • .NET 10.0 break changes support Null Configuration

Support .NET 9.0 and 8.0

11 Mar 04:03
0c366d8

Choose a tag to compare

  • 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

20 Nov 04:02
161a2f3

Choose a tag to compare

  • Add .NET 9.0; Remove .NET 7.0, .NET 5.0 and .NETCoreApp 3.1.0
  • Update Github Actions

Support .NET 8.0

14 Jan 05:34
e5b33e1

Choose a tag to compare

Support .NET 8.0 Pre-release
Pre-release
  • Support .NET 8.0
  • New Directory.Build.targets with Common.props, Directory.Build.initial.targets and Directory.Build.override.targets

Support appsettings.slotSetting

27 Jan 03:27
b43a9d1

Choose a tag to compare

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

11 Jan 07:19
be45afb

Choose a tag to compare

0.2.2

Add .NET 7.0 for Azure pipelines

Support YAML output

08 Jul 03:44

Choose a tag to compare

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

10 Nov 14:25

Choose a tag to compare

  • #2: Support .NET 6.0

Support .NET 6.0 RC2

15 Oct 03:44

Choose a tag to compare

Support .NET 6.0 RC2 Pre-release
Pre-release
  • #6: Support .NET 6.0 RC2

Support .NET 6.0 RC1

15 Sep 04:37

Choose a tag to compare

Support .NET 6.0 RC1 Pre-release
Pre-release
  • #5: Support .NET 6.0 RC1
  • Update package description and tags