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:
authorDavid Siegel <djsiegel@gmail.com>2013-03-29 22:15:30 +0400
committerDavid Siegel <djsiegel@gmail.com>2013-03-29 22:15:30 +0400
commit5b4fb2606b8449e730d51b993fa0d0d849aa4037 (patch)
tree74c0c7848854e242f1a92c0143c792b411b23bf7
parent778e0b6ae707ade19ce63ca071a298933f47b30e (diff)
Small edits.
-rwxr-xr-xxpkg/build-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpkg/build-package.sh b/xpkg/build-package.sh
index eb6cc63..6d6c389 100755
--- a/xpkg/build-package.sh
+++ b/xpkg/build-package.sh
@@ -1,10 +1,10 @@
#!/bin/sh
mono xpkg.exe create ReactiveExtensionsForXamarin-1.0.xam \
- --name="Reactive Extensions for Android" \
+ --name="Reactive Extensions (Rx)" \
--publisher="Xamarin, Inc." \
--website="http://www.xamarin.com" \
- --summary="a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators." \
+ --summary="A library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators." \
--license="external/rx/Rx/NET/Source/license.txt" \
--library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Interfaces.dll \
--library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Core.dll \