System.Reactive.Linq.nuspec 1.3 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>System.Reactive.Linq</id>
  5. <version>$version$</version>
  6. <title>Reactive Extensions - Query Library</title>
  7. <authors>.NET Foundation and Contributors</authors>
  8. <owners>Microsoft,RxTeam</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>false</requireLicenseAcceptance>
  13. <description>Reactive Extensions (Rx) Query Library used to express complex event processing queries over observable sequences.</description>
  14. <copyright>Copyright (c) .NET Foundation and Contributors.</copyright>
  15. <language>en-US</language>
  16. <tags>Rx Reactive Extensions Observable LINQ Events</tags>
  17. <dependencies>
  18. <dependency id="System.Reactive.Core" version="$version$" />
  19. <dependency id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.1" />
  20. </dependencies>
  21. </metadata>
  22. <files>
  23. <file src="..\System.Reactive.Linq\bin\$configuration$\**\System.Reactive.Linq.*" exclude="**\*.deps.json" target="lib" />
  24. </files>
  25. </package>