Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Update readme and add samples directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTony committed Jan 8, 2015
1 parent 397bda0 commit 07c92d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,22 @@ Pastebin.cs

A C# wrapper around the Pastebin API. Requires .NET 4.0.

Installing
----------

To install Pastebin.cs, run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console)

PM> Install-Package Pastebin-Api

You can also head over the [releases](https://github.com/SirTony/Pastebin.cs/releases) page to grab any one of the version tags and pre-compiled binaries.

Documentation
-------------

An MSDN-style library reference can be found at http://sirtony.github.io/Pastebin.cs

Source code samples can be found at https://github.com/SirTony/Pastebin.cs/tree/master/Samples

License
-------

Expand Down
Empty file added Samples/.gitkeep
Empty file.

0 comments on commit 07c92d8

Please sign in to comment.