Rx-Remoting.2.0.21030.nuspec 996 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Rx-Remoting</id>
  5. <version>2.0.21030</version>
  6. <title>Reactive Extensions - .NET Remoting Support</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 Remoting Library used to expose observable sequences through .NET Remoting.</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-Main" version="2.0.21030" />
  19. </dependencies>
  20. </metadata>
  21. </package>