Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fredeil committed Nov 16, 2018
1 parent e6b4322 commit 7425677
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/ndjson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,24 @@
<PackAsTool>true</PackAsTool>
<PackageOutputPath>../nupkg</PackageOutputPath>
<PackageId>ndjson</PackageId>
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
<Version>1.0.0</Version>

<Owners>Fredrik Eilertsen</Owners>
<Authors>Fredrik Eilertsen</Authors>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<ToolCommandName>ndjson</ToolCommandName>
<RepositoryUrl>https://github.com/fredeil/dotnet-ndjson/</RepositoryUrl>
<Copyright>© Fredrik Eilertsen.</Copyright>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<PackageTags>dotnetcore;dotnet;cli;tool;ndjson</PackageTags>
<RepositoryUrl>https://github.com/fredeil/dotnet-ndjson/</RepositoryUrl>
<PackageProjectUrl>https://github.com/fredeil/dotnet-ndjson/</PackageProjectUrl>
<Summary>A dotnet cli tool for printing newline delimited json to the console</Summary>
<Description>A dotnet cli tool for printing newline delimited json to the console</Description>
<PackageLicenseUrl>https://github.com/fredeil/dotnet-ndjson/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://raw.githubusercontent.com/ndjson/ndjson-spec/master/ndjson.png</PackageIconUrl>
<PackageReleaseNotes>See: https://github.com/fredeil/dotnet-ndjson/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7425677

Please sign in to comment.