Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:TrapTech/SSH.NET into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarocha committed Jul 13, 2022
2 parents 9bcfd1f + f1a9e95 commit 5ecc6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
=======
SSH.NET is a Secure Shell (SSH-2) library for .NET, optimized for parallelism.

[![Version](https://img.shields.io/nuget/vpre/SSH.NET.svg)](https://www.nuget.org/packages/TrapTech.SSH.NET)
[![NuGet download count](https://img.shields.io/nuget/dt/SSH.NET.svg)](https://www.nuget.org/packages/TrapTech.SSH.NET)
[![Version](https://img.shields.io/nuget/vpre/TrapTech.SSH.NET.svg)](https://www.nuget.org/packages/TrapTech.SSH.NET)
[![NuGet download count](https://img.shields.io/nuget/dt/TrapTech.SSH.NET.svg)](https://www.nuget.org/packages/TrapTech.SSH.NET)

## FORK

Expand All @@ -13,7 +13,7 @@ It's published on nuget.org as a separate package under the `TrapTech.` prefix.

Current changes from upstream:

- [PR 144] merged
- [PR 144](https://github.com/sshnet/SSH.NET/pull/144) merged
- `ChannelInputStream.cs` from a previous version of PR 144 added back, along with `InputStream` on `SshCommand`.
This change allows complete communication with a process executed over SSH.

Expand Down

0 comments on commit 5ecc6f1

Please sign in to comment.