Skip to content

Commit 66d8fc2

Browse files
author
Andrew Omondi
committed
bump version and release notes
1 parent c967900 commit 66d8fc2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.7.0</Version>
18+
<Version>1.7.1</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-
- Updates tag names for actions/functions operations #627
25-
- Adds nullable to double schema conversion #628
26-
- Updates PUT operation ID prefix from Update to Set #629
27-
- Ensures unique operation IDs for composable functions #630
2824
- Further fix for generating unique operation ids for navigation property paths with composable overloaded functions #596
2925
</PackageReleaseNotes>
3026
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>

0 commit comments

Comments
 (0)