Skip to content

Commit

Permalink
NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Jan 25, 2014
1 parent 941ccc5 commit 318bf0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Packages/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
You can't download big files from GitHub, you either need to clone the repo or download them from following URLs:
You can't download big files from GitHub, you either need to clone the repo or download them from release tab (may not be exact version).

http://falahati.net/gitBackups/NiWrapper.Net/Packages/NiWrapper.Net%20x64.zip
It is also possible to add them to your project using NuGet:

http://falahati.net/gitBackups/NiWrapper.Net/Packages/NiWrapper.Net%20x86.zip
https://www.nuget.org/packages/NiWrapper.Net.x86/

http://falahati.net/gitBackups/NiWrapper.Net/Packages/NiWrapper.NiTE.Net%20x64.zip
https://www.nuget.org/packages/NiWrapper.Net.x64/

http://falahati.net/gitBackups/NiWrapper.Net/Packages/NiWrapper.NiTE.Net%20x86.zip
https://www.nuget.org/packages/NiWrapper.NiTE.Net.x86/

https://www.nuget.org/packages/NiWrapper.NiTE.Net.x64/
5 changes: 5 additions & 0 deletions PushNuGet.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pushd "./Solution Items"
for %%F in (../Packages/NuGet/*.*) do (
NuGet push "../Packages/NuGet/%%~F"
)
popd

0 comments on commit 318bf0f

Please sign in to comment.