Rx-Main.2.0.21030.nuspec 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Rx-Main</id>
  5. <version>2.0.21030</version>
  6. <title>Reactive Extensions - Main Library</title>
  7. <authors>Microsoft Corporation</authors>
  8. <owners>Microsoft Corporation</owners>
  9. <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
  10. <projectUrl>http://go.microsoft.com/fwlink/?LinkID=261273</projectUrl>
  11. <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>Reactive Extensions Main Library combining the interfaces, core, LINQ, and platform services libraries.</description>
  14. <copyright>Microsoft Corporation © 2012</copyright>
  15. <language>en-us</language>
  16. <tags>Rx Reactive Extensions Observable LINQ Events</tags>
  17. <dependencies>
  18. <dependency id="Rx-Interfaces" version="2.0.21030" />
  19. <dependency id="Rx-Core" version="2.0.21030" />
  20. <dependency id="Rx-Linq" version="2.0.21030" />
  21. <dependency id="Rx-PlatformServices" version="2.0.21030" />
  22. </dependencies>
  23. </metadata>
  24. </package>