|
15 | 15 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
16 | 16 | <PackageId>Microsoft.OpenApi.OData</PackageId> |
17 | 17 | <SignAssembly>true</SignAssembly> |
18 | | - <Version>1.0.10-preview3</Version> |
| 18 | + <Version>1.0.10</Version> |
19 | 19 | <Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description> |
20 | 20 | <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
21 | 21 | <PackageTags>Microsoft OpenApi OData EDM</PackageTags> |
22 | 22 | <RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl> |
23 | 23 | <PackageReleaseNotes> |
| 24 | +- Adds support for reading custom attributes #192 |
| 25 | +- Adds support for OpenApiLinks for actions and functions #74 |
| 26 | +- Maps operation summaries to operation descriptions and CSDL description annotations to operation LongDescription #206 |
| 27 | +- Fixes the response type of functions returning Edm.Stream to use application/octet-stream #200 |
| 28 | +- Fixes the generation of ODataTypeCast paths #199 |
24 | 29 | - Adds path items for properties of complex type. #176, #15 |
25 | 30 | - Describes errors on error response codes instead of default. #172, #165, #193 |
26 | 31 | - Fixes a bug where reference objects are not created correctly. #171 |
|
36 | 41 | - Adds support for discriminator property in inheritance. #118 |
37 | 42 | - Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113 |
38 | 43 | - Aligns target version to netframework2.0. #139 |
39 | | - </PackageReleaseNotes> |
| 44 | + </PackageReleaseNotes> |
40 | 45 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName> |
41 | 46 | <AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile> |
42 | 47 | <OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath> |
|
0 commit comments