Skip to content

Commit 4cdad1f

Browse files
authored
Merge pull request #376 from microsoft/fix/is/media-type-annotation-release-note
[Fix] Add release note and bump lib. version
2 parents 27bf1b6 + 94c3c1e commit 4cdad1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.4.0-preview4</Version>
18+
<Version>1.4.0-preview5</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>
@@ -25,6 +25,7 @@
2525
- Aliases or strips namespace prefixes from segment names when and where applicable #365
2626
- Adds support for all Org.OData.Core.V1.RevisionKind enum values #372
2727
- Use directly annotated CountRestriction annotations when creating $count segments for collection-valued navigation properties #328
28+
- Use MediaType annotation to set the content types of operations with Edm.Stream return types #342
2829
</PackageReleaseNotes>
2930
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
3031
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)