File: ReactiveExtensionsForAndroid.nuspec

package info (click to toggle)
mono 5.18.0.240%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,253,216 kB
  • sloc: cs: 10,925,936; xml: 2,804,987; ansic: 643,970; cpp: 120,384; perl: 59,272; asm: 21,383; sh: 20,162; makefile: 18,157; python: 4,715; pascal: 924; sql: 859; sed: 16; php: 1
file content (29 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package >
  <metadata>
    <id>ReactiveExtensionsForAndroid</id>
    <version>2.1.0</version>
    <authors>Microsoft Open Technologies, Inc</authors>
    <owners>Xamarin Inc.</owners>
    <licenseUrl>https://raw.github.com/mono/rx/master/Rx/NET/Source/license.txt</licenseUrl>
    <projectUrl>https://github.com/mono/rx</projectUrl>
    <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. 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>
      <frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid" />
    </frameworkAssemblies>
  </metadata>
  <files>
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Interfaces/bin/Release/System.Reactive.Interfaces.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Core/bin/Release/System.Reactive.Core.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Linq/bin/Release/System.Reactive.Linq.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.PlatformServices/bin/Release/System.Reactive.PlatformServices.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Providers/bin/Release/System.Reactive.Providers.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Debugger/bin/Release/System.Reactive.Debugger.dll" />
	<file target="lib/MonoAndroid" src="android/rx/System.Reactive.Experimental/bin/Release/System.Reactive.Experimental.dll" />
  </files>
</package>