diff --git a/.gitignore b/.gitignore index fd5204b..8c249b0 100644 --- a/.gitignore +++ b/.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 diff --git a/Pastebin/Properties/AssemblyInfo.cs b/Pastebin/Properties/AssemblyInfo.cs index f13b404..a9429f5 100644 --- a/Pastebin/Properties/AssemblyInfo.cs +++ b/Pastebin/Properties/AssemblyInfo.cs @@ -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 { diff --git a/README.md b/README.md index 2f72bef..05a5613 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/Tools/FakeLib.dll b/Tools/FakeLib.dll new file mode 100644 index 0000000..39c5b8a Binary files /dev/null and b/Tools/FakeLib.dll differ