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

Rx-WinForms.2.0.21030.nuspec « Rx-WinForms.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: dd760326a08f0c673e94d1884041f56b82f8907d (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Rx-WinForms</id>
    <version>2.0.21030</version>
    <title>Reactive Extensions - Windows Forms 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 Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.</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>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework4.5, .NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>