Updated project Package settings for NuGet.
This commit is contained in:
parent
88d5f50348
commit
cde6dc865c
@ -6,11 +6,27 @@
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Authors>Phil Gilmore</Authors>
|
||||
<Description>Classes to seamlessly abstract StdIn, StdOut, coded lists or file streams in your console applications.</Description>
|
||||
<PackageTags />
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageTags>stream;streaming;pipeline;pipelines;pipelining;stdio;stderror;stdout;stdio;"copy con"</PackageTags>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<Title>DotnetStandardStreams</Title>
|
||||
<PackageProjectUrl>https://git.pillidar.com/PillidarPublic/DotnetStandardStreams</PackageProjectUrl>
|
||||
<PackageReadmeFile>readme.md</PackageReadmeFile>
|
||||
<RepositoryUrl>https://git.pillidar.com/PillidarPublic/DotnetStandardStreams.git</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageLicenseFile>license.txt</PackageLicenseFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\license.txt">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
<None Include="..\..\readme.md">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user