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

Commit

Permalink
Including tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTony committed Jan 12, 2015
1 parent dec43a2 commit d20a7b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,6 +1,9 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

!Tools/*.exe
!Tools/*.dll

# User-specific files
*.suo
*.user
Expand Down
2 changes: 1 addition & 1 deletion Pastebin/Properties/AssemblyInfo.cs
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: GuidAttribute("32AA516A-0206-4BFE-97F3-73522408E1E4")]
[assembly: AssemblyFileVersionAttribute("1.0.1.6")]
[assembly: AssemblyFileVersionAttribute("1.0.3.7")]
[assembly: AssemblyVersionAttribute("1.0")]
[assembly: AssemblyInformationalVersionAttribute("1.0")]
namespace System {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ To install Pastebin.cs, run the following command in the [Package Manager Consol

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.

### Building From Source
##### Building From Source

If you would like to build the library yourself simply checkout the repository with the following command:

Expand Down
Binary file added Tools/FakeLib.dll
Binary file not shown.

0 comments on commit d20a7b8

Please sign in to comment.