Skip to content

Commit 83590f3

Browse files
removed brackets, as this causes issues for msbuild
1 parent 2d29146 commit 83590f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TemplatedConfiguration/TemplatedConfiguration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageLicenseUrl>https://opensource.org/licenses/MIT/</PackageLicenseUrl>
1111
<Description>This library is an extension for Microsoft.Extensions.Configuration, which helps you to do recursive templating in configuration settings.
1212

13-
When retrieving a configuration setting value, it will look for {placeholders}. If it finds any placeholder, it will try to see if the placeholder is actually configured as a setting. It will then (recursively) replace any placeholders within the setting's value.
13+
When retrieving a configuration setting value, it will look for placeholders. If it finds any placeholder, it will try to see if the placeholder is actually configured as a setting. It will then (recursively) replace any placeholders within the setting's value.
1414

1515
This means you can compose configuration settings out of other configuration settings, which will allow you to override only parts of a config setting or the entire setting.</Description>
1616
<Authors>Erwin van der Valk</Authors>

0 commit comments

Comments
 (0)