123456789101112131415161718192021222324 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>Microsoft.Data.Services</id>
- <version>5.6.4</version>
- <title>WCF Data Services Server for OData V1-3</title>
- <authors>Microsoft Corporation</authors>
- <owners>Microsoft Corporation</owners>
- <licenseUrl>http://go.microsoft.com/?linkid=9809688</licenseUrl>
- <projectUrl>http://go.microsoft.com/fwlink/?LinkId=220868</projectUrl>
- <iconUrl>http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <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>
- <releaseNotes>Features
- [GitHub issue #144] ODataLib now suppresses the errors in reading open entity’s undeclared collection or complex property value
- Bug fixes
- [GitHub issue #60] Fix an issue that $select does not work with EntityFramework 5</releaseNotes>
- <tags>wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices</tags>
- <dependencies>
- <dependency id="Microsoft.Data.Services.Client" version="[5.6.4]" />
- </dependencies>
- </metadata>
- </package>
|