Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Rx-Remoting.2.0.21030.nuspec « Rx-Remoting.2.0.21030 « packages « Rx « Test « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 421b8cd1b11c406743ea33714c69f96d84b0cc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Rx-Remoting</id>
    <version>2.0.21030</version>
    <title>Reactive Extensions - .NET Remoting Support</title>
    <authors>Microsoft Corporation</authors>
    <owners>Microsoft Corporation</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkID=261273</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Reactive Extensions Remoting Library used to expose observable sequences through .NET Remoting.</description>
    <copyright>Microsoft Corporation © 2012</copyright>
    <language>en-us</language>
    <tags>Rx Reactive Extensions Observable LINQ Events</tags>
    <dependencies>
      <dependency id="Rx-Main" version="2.0.21030" />
    </dependencies>
  </metadata>
</package>