Skip to content

Commit

Permalink
Add NuGet metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmckinnon committed Jan 19, 2023
1 parent 19a19f4 commit cb02eec
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,29 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>

<PackageId>CatConsult.EnvConfigurationProvider</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Catalyst-Consulting-Group/env-configuration-provider</PackageProjectUrl>
<PackageTags>Configuration</PackageTags>

<Description>
A .NET Configuration Provider that offers a fluent API for loading and transforming environment variables from the OS and .env files
</Description>
<Authors>Derek McKinnon</Authors>
<Company>Catalyst Consulting Group, Inc.</Company>

<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit cb02eec

Please sign in to comment.