Skip to content

Commit

Permalink
Added nuget package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Caldwell committed Sep 24, 2021
1 parent 3af3548 commit 708d56d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/logfmt.console/logfmt.console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Authors>Aida Crone</Authors>
<Company>SkyKick</Company>
<Description>logfmt style logging for .net console apps</Description>
<PackageProjectUrl>https://github.com/SkyKick/logfmt-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/SkyKick/logfmt-dotnet</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>logfmt, SkyKick</PackageTags>
<Copyright>Copyright (c) SkyKick 2021</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Product>SkyKick.Extensions.Logging.Console.Logfmt</Product>
<PackageId>SkyKick.Extensions.Logging.Console.Logfmt</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 708d56d

Please sign in to comment.