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

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-05-08 10:53:03 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-05-08 10:53:03 +0400
commit18c7132cc4e73fd6e8f2d38d2b44652851e49138 (patch)
tree48951631421cb909677bd19003aa39fefe088c60
parentb78bbf95f490c8ab0105b028c664235cf103d502 (diff)
Added documentation for NuGet packaging.
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77e7492..2b2250d 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,17 @@ type inference for lambdas, so I skipped it in Mono.Reactive.Testing_test.dll.
Note that the actual class library build is done in mono/mcs/class and
there is a build script that generates required source list etc.
+
+NuGet packaging
+---------------
+
+NuGet supports Xamarin.Android and Xamarin.iOS since version 2.5, so I have
+created nuspecs for each.
+
+On non-Windows environment you can build NuGet packages by running:
+
+ mono /path/to/sources/for/nuget/src/CommandLine/bin/Release/NuGet.exe \
+ pack Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec
+ mono /path/to/sources/for/nuget/src/CommandLine/bin/Release/NuGet.exe \
+ pack Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec
+