Skip to content

Commit

Permalink
Adding nuget shield
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkeh9 authored Nov 12, 2016
1 parent 52bb497 commit d76b429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CoreFTP

[![NuGet](https://img.shields.io/nuget/v/CoreFtp.svg)](https://www.nuget.org/packages/CoreFtp/)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/sparkeh9/coreftp?branch=master&svg=true)](https://ci.appveyor.com/api/projects/status/github/sparkeh9/coreftp?branch=master&svg=true)

CoreFTP is a simple .NET FTP library written entirely in C#, it is targeted at netstandard 1.3, meaning it will run under .NET Core (which is also where it derives its name) and the full .NET framework.
Expand Down Expand Up @@ -62,4 +63,4 @@ using ( var ftpClient = new FtpClient( new FtpClientConfiguration
```

###Integration Tests ###
Integration tests can be run against most FTP servers with passive mode enabled, credentials can be configured in appsettings.json of CoreFtp.Tests.Integration.
Integration tests can be run against most FTP servers with passive mode enabled, credentials can be configured in appsettings.json of CoreFtp.Tests.Integration.

0 comments on commit d76b429

Please sign in to comment.