Skip to content

Commit 04422bf

Browse files
authored
Remove preview tag and add release notes (#217)
1 parent d7855be commit 04422bf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.0.10-preview3</Version>
18+
<Version>1.0.10</Version>
1919
<Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description>
2020
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2121
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
2222
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl>
2323
<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
2429
- Adds path items for properties of complex type. #176, #15
2530
- Describes errors on error response codes instead of default. #172, #165, #193
2631
- Fixes a bug where reference objects are not created correctly. #171
@@ -36,7 +41,7 @@
3641
- Adds support for discriminator property in inheritance. #118
3742
- Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113
3843
- Aligns target version to netframework2.0. #139
39-
</PackageReleaseNotes>
44+
</PackageReleaseNotes>
4045
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
4146
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
4247
<OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">..\..\bin\Debug\</OutputPath>

0 commit comments

Comments
 (0)