-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |