summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Test/Rx/packages/Rx-WinRT.2.0.21030/Rx-WinRT.2.0.21030.nuspec
blob: 0bb3cbdf363c7fa9bb2ff6564c7127bcb6d62206 (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-WinRT</id>
    <version>2.0.21030</version>
    <title>Reactive Extensions - Windows Runtime Helpers</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>Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.</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>