File tree 1 file changed +6
-3
lines changed
src/Microsoft.OpenApi.OData.Reader 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 15
15
<TargetFrameworks >netstandard2.0</TargetFrameworks >
16
16
<PackageId >Microsoft.OpenApi.OData</PackageId >
17
17
<SignAssembly >true</SignAssembly >
18
- <Version >1.6.9 </Version >
18
+ <Version >1.7.0 </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 configuring composable functions generations #551
25
- </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
28
+ </PackageReleaseNotes >
26
29
<AssemblyName >Microsoft.OpenApi.OData.Reader</AssemblyName >
27
30
<AssemblyOriginatorKeyFile >..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile >
28
31
<OutputPath Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >..\..\bin\Debug\</OutputPath >
You can’t perform that action at this time.
0 commit comments