Skip to content

Commit e0e9e14

Browse files
committed
Add release note
1 parent 504a9bc commit e0e9e14

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,13 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.1.0</Version>
18+
<Version>1.2.0-preview1</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-
- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231
25-
- Uses Computed annotation in the CSDL to declare property as ReadOnly #254
26-
- Fixes duplicated actions/functions request body/response schemas #241
27-
- Adds documentation links from Links annotations in CSDL to OpenAPI Operations #230
28-
- Sets explode property to false and the style property to form for OData query options #274
29-
- Aliases optional parameters of OData functions #259
30-
- Adds @odata.count parameter to collection responses #196
31-
- Appends OData query parameters to functions #251 #252
32-
- Replaces instances of anyOf to oneOf #245
33-
- Retrieves RestrictedProperties annotations annotated directly on navigations properties #249
34-
- Add x-ms-navigationProperty extension to navigation properties #278
24+
- Use convert setting to toggle between referencing @odata.count and @odata.nextLink #282
3525
</PackageReleaseNotes>
3626
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
3727
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)