|
15 | 15 | <TargetFrameworks>netstandard2.0</TargetFrameworks>
|
16 | 16 | <PackageId>Microsoft.OpenApi.OData</PackageId>
|
17 | 17 | <SignAssembly>true</SignAssembly>
|
18 |
| - <Version>1.0.10</Version> |
| 18 | + <Version>1.0.11-preview1</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 |
29 |
| -- Adds path items for properties of complex type. #176, #15 |
30 |
| -- Describes errors on error response codes instead of default. #172, #165, #193 |
31 |
| -- Fixes a bug where reference objects are not created correctly. #171 |
32 |
| -- Adds support for enum values descriptions. #164 |
33 |
| -- Declares path parameters on path item instead of operation. #159 |
34 |
| -- Multiple fixes on navigation properties path items expansion. #151, #123 |
35 |
| -- Multiple fixes for descriptions. #154 |
36 |
| -- Fixes a bug where URL templates would be missing quotes for string parameters. #140 |
37 |
| -- Fixes description of operations of primitive types. #126 |
38 |
| -- Adds support for OData cast segments in path items generation. #123 |
39 |
| -- Fixes the response descriptions for functions that return a collection. #122 |
40 |
| -- Fixes structured and collection-valued parameters of functions. #203 |
41 |
| -- Adds support for discriminator property in inheritance. #118 |
42 |
| -- Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113 |
43 |
| -- Aligns target version to netframework2.0. #139 |
44 |
| - </PackageReleaseNotes> |
| 24 | +- Adds list of all derived types for discriminator mapping #219 |
| 25 | + </PackageReleaseNotes> |
45 | 26 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
|
46 | 27 | <AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
|
47 | 28 | <OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath>
|
|
0 commit comments