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:
Diffstat (limited to 'xpkg/build-package.sh')
-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 \