Skip to content

Commit 1b1df35

Browse files
Added nuget package info
1 parent 3c3581b commit 1b1df35

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/TemplatedConfiguration/TemplatedConfiguration.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Version>0.2.0</Version>
6+
<PackageProjectUrl>https://github.com/erwinvandervalk/templatedconfiguration</PackageProjectUrl>
7+
<PackageTags>Configuration, Microsoft.Extensions.Configuration, Templating</PackageTags>
8+
<RepositoryUrl>https://github.com/erwinvandervalk/templatedconfiguration</RepositoryUrl>
9+
<RepositoryType>Github</RepositoryType>
10+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
11+
<Description>This library is an extension for Microsoft.Extensions.Configuration, which helps you to do recursive templating in configuration settings.
12+
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.
14+
15+
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>
16+
<Authors>Erwin van der Valk</Authors>
17+
<Company>Erwin van der Valk BV</Company>
618
</PropertyGroup>
719

820
<ItemGroup>

0 commit comments

Comments
 (0)