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:58:59 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-05-08 10:58:59 +0400
commit826e68d18658bcfae61113b50bf42e08748f1011 (patch)
tree66b07991472f064ddce5b803d645fb9a765f1cd9
parent18c7132cc4e73fd6e8f2d38d2b44652851e49138 (diff)
Add warnings on release notes.
-rw-r--r--Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec2
-rw-r--r--Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec b/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec
index f8977bb..df46594 100644
--- a/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec
+++ b/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForAndroid.nuspec
@@ -10,7 +10,7 @@
<iconUrl>https://raw.github.com/mono/rx/master/Rx/NET/Resources/Artwork/Logo_Color.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. (Android)</description>
- <releaseNotes>Initial NuGet package release.</releaseNotes>
+ <releaseNotes>Initial NuGet package release. WARNING: this won't work as expected if you are not using Xamarin.Android v4.7.x or later, which ships with some runtime bugfixes.</releaseNotes>
<copyright>Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.</copyright>
<tags>Rx Reactive Linq Xamarin Android</tags>
<frameworkAssemblies>
diff --git a/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec b/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec
index e4b86fa..9f417d3 100644
--- a/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec
+++ b/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec
@@ -10,7 +10,7 @@
<iconUrl>https://raw.github.com/mono/rx/master/Rx/NET/Resources/Artwork/Logo_Color.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. (iOS)</description>
- <releaseNotes>Initial NuGet package release.</releaseNotes>
+ <releaseNotes>Initial NuGet package release. WARNING: Rx depends on generics a lot, and they will fail on device. You should really test your code on device. Also you want to use the generic enhanced versions of Xamarin.iOS.</releaseNotes>
<copyright>Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.</copyright>
<tags>Rx Reactive Linq Xamarin iOS</tags>
<frameworkAssemblies>