3ec823fb14defc1424d072680427509509efa3ab.svn-base 1.4 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Data.Services</id>
  5. <version>5.6.4</version>
  6. <title>WCF Data Services Server for OData V1-3</title>
  7. <authors>Microsoft Corporation</authors>
  8. <owners>Microsoft Corporation</owners>
  9. <licenseUrl>http://go.microsoft.com/?linkid=9809688</licenseUrl>
  10. <projectUrl>http://go.microsoft.com/fwlink/?LinkId=220868</projectUrl>
  11. <iconUrl>http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>Fully-featured server API for responding to OData queries and consuming/producing OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.</description>
  14. <releaseNotes>Features
  15. [GitHub issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared collection or complex property value
  16. Bug fixes
  17. [GitHub issue #60] Fix an issue that $select does not work with EntityFramework 5</releaseNotes>
  18. <tags>wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices</tags>
  19. <dependencies>
  20. <dependency id="Microsoft.Data.Services.Client" version="[5.6.4]" />
  21. </dependencies>
  22. </metadata>
  23. </package>