summaryrefslogtreecommitdiff
path: root/external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec')
-rw-r--r--external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec b/external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec
new file mode 100644
index 0000000000..d03891c191
--- /dev/null
+++ b/external/rx/Ix/NET/Ix_Xamarin/InteractiveExtensionsForAndroid.nuspec
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package >
+ <metadata>
+ <id>InteractiveExtensionsForAndroid</id>
+ <version>2.1.0</version>
+ <authors>Microsoft Open Technologies, Inc</authors>
+ <owners>Xamarin Inc.</owners>
+ <licenseUrl>https://raw.github.com/mono/rx/master/Ix/NET/license.txt</licenseUrl>
+ <projectUrl>https://github.com/mono/rx</projectUrl>
+ <iconUrl>https://raw.github.com/mono/rx/master/Ix/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. 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>Ix Interactive Linq Xamarin Android</tags>
+ <frameworkAssemblies>
+ <frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid" />
+ </frameworkAssemblies>
+ </metadata>
+ <files>
+ <file target="lib/MonoAndroid" src="android/ix/System.Interactive/bin/Release/System.Interactive.dll" />
+ <file target="lib/MonoAndroid" src="android/ix/System.Interactive.Async/bin/Release/System.Interactive.Async.dll" />
+ <file target="lib/MonoAndroid" src="android/ix/System.Interactive.Providers/bin/Release/System.Interactive.Providers.dll" />
+ </files>
+</package>