File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
src/Microsoft.OpenApi.OData.Reader Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1515 <TargetFrameworks >netstandard2.0</TargetFrameworks >
1616 <PackageId >Microsoft.OpenApi.OData</PackageId >
1717 <SignAssembly >true</SignAssembly >
18- <Version >1.7.1 </Version >
18+ <Version >1.7.2 </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- - Upgraded to Microsoft.Odata.Edm 8.0.0
25- - Cleaned up obsolete APIs
26- - Changed target framework to net8.0
27- - Adds support for retrieving collection of enum values from UpdateMethod property of UpdateRestrictions annotation #564
28- - Adds nullable to double schema conversions #581
29- - Updates tag names for actions/functions operations #585
30- </PackageReleaseNotes >
24+ - Adds action/function suffix to tag names for actions/functions operations in #642
25+ </PackageReleaseNotes >
3126 <AssemblyName >Microsoft.OpenApi.OData.Reader</AssemblyName >
3227 <AssemblyOriginatorKeyFile >..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile >
3328 <OutputPath Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >..\..\bin\Debug\</OutputPath >
7166 </EmbeddedResource >
7267 </ItemGroup >
7368
74- </Project >
69+ </Project >
You can’t perform that action at this time.
0 commit comments