Microsoft.OpenApi.OData by Microsoft

<PackageReference Include="Microsoft.OpenApi.OData" Version="1.2.0" />

 Microsoft.OpenApi.OData 1.2.0

This package contains the codes you need to convert OData CSDL to Open API Document of Model.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.OpenApi.OData</id>
    <version>1.2.0</version>
    <title>Microsoft Open API OData Reader</title>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</projectUrl>
    <description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</description>
    <releaseNotes>- Use convert setting to toggle between referencing @odata.count and @odata.nextLink #282
- Fixes URL Path parameters of type datetime generated as strings with quotes #262
- Set assembly version used for conversion in OpenApiInfo object #208
- Adds create and update operations to non-containment navigation properties when restrictions annotations are explicitly set to true #265
- Generate odata.nextLink and odata.deltaLink properties on delta functions response schemas #285
- Omits paths with PathItems without any operation #148
- Expands navigation properties of derived types only if declaring navigation property is a containment #269
- Adds custom parameters to $count and ODataTypeCast paths' Get operations #207
- Adds support for configuring the default value of derived types' @odata.type property #304
- Adds OData query parameters to $count endpoints #313
- Finds all the derived types for a schema element #84
- Add support for paths with alternate keys #120, #329</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft OpenApi OData EDM</tags>
    <repository type="git" url="https://github.com/Microsoft/OpenAPI.NET.OData" commit="1fb032439c0099f0be4878c8ea753b1bbb27bf27" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.OData.Edm" version="7.14.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.OpenApi" version="1.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>