Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2014-11-19 21:28:37 +0300
committerLluis Sanchez <lluis@xamarin.com>2014-11-19 21:28:37 +0300
commitbc9f7f80d07d40eed80e48c7b144e88504eb6525 (patch)
treec9e060445724caa6ee196ee4ecddead8c84b913c /Makefile.am
parent44da485ce598b0ccb45f597dee340e6dcb6dc29a (diff)
Fix nuget package
Add SharpZipLib as a nuget dependency. Updated version number and libraries in the nuspec files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e9634a..8643f07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,3 +45,7 @@ bin-zip:
cp support/ICSharpCode.SharpZipLib.license.txt $(BIN_PACKAGE_DIR)
cp support/ICSharpCode.SharpZipLib.dll $(BIN_PACKAGE_DIR)
cd $(BIN_PACKAGE_DIR) && zip -r ../$(BIN_PACKAGE_DIR).zip *
+
+nuget:
+ nuget pack Mono.Addins.nuspec
+ nuget pack Mono.Addins.Setup.nuspec \ No newline at end of file