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

Rx-Core.2.0.21030.nuspec « Rx-Core.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: 70d948a5651684ecf05e215406bd12f530a090c4 (plain)
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Rx-Core</id>
    <version>2.0.21030</version>
    <title>Reactive Extensions - Core Library</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 Core Library containing base classes and scheduler infrastructure.</description>
    <copyright>Microsoft Corporation © 2012</copyright>
    <language>en-us</language>
    <tags>Rx Reactive Extensions Observable LINQ Events</tags>
    <dependencies>
      <dependency id="Rx-Interfaces" version="2.0.21030" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Observable" targetFramework="Silverlight4.0-WindowsPhone71" />
      <frameworkAssembly assemblyName="Microsoft.Phone" targetFramework="Silverlight4.0-WindowsPhone71" />
    </frameworkAssemblies>
  </metadata>
</package>