Skip to content

Commit

Permalink
publish to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimeast committed Sep 1, 2017
1 parent ab002bc commit fddd967
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FxSsh/FxSsh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Aimeast</Authors>
<PackageLicenseUrl>https://github.com/Aimeast/FxSsh/blob/master/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/Aimeast/FxSsh</RepositoryUrl>
<PackageTags>ssh,ssh-reinforcement,ssh-server,csharp,dotnet-core</PackageTags>
<Description>FxSsh is a lightweight SSH server side application as SSH reinforcement of GitCandy. http://gitcandy.com</Description>
</PropertyGroup>

</Project>
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
FxSsh is a lightweight [SSH](http://en.wikipedia.org/wiki/Secure_Shell) server side application as SSH reinforcement of [GitCandy](https://github.com/Aimeast/GitCandy).

---
### Nuget
[![NuGet version](https://badge.fury.io/nu/FxSsh.svg)](https://www.nuget.org/packages/FxSsh/)

`PM> Install-Package FxSsh`

### Sample code
```cs
static void Main(string[] args)
Expand Down

0 comments on commit fddd967

Please sign in to comment.