Skip to content

Commit

Permalink
Add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Dec 17, 2019
1 parent 74b87eb commit 5a4bfae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Tmds.Ssh/Tmds.Ssh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.1.0</VersionPrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Suppress warning about BouncyCastle not having a matching tfm. -->
<NoWarn>$(NoWarn);NU1701</NoWarn>
<Description>SSH Client</Description>
<Authors>Tom Deseyn</Authors>
<PackageTags>ssh</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/tmds/Tmds.Ssh</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Tom Deseyn</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5a4bfae

Please sign in to comment.