File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2 .0.0"
2+ "." : " 3 .0.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.0] ( https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0...v3.0.0 ) (2025-11-12)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * adds support for OpenAPI 3.2.0
9+
10+ ### Features
11+
12+ * adds support for OpenAPI 3.2.0 ([ f5f69eb] ( https://github.com/microsoft/OpenAPI.NET.OData/commit/f5f69ebc29530891862ca7f9ce57ffbfb79c9d92 ) )
13+
314## [ 2.0.0] ( https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.18...v2.0.0 ) (2025-07-10)
415
516
Original file line number Diff line number Diff line change 1313 <PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl >
1414 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
1515 <PackageTags >Microsoft OpenApi OData EDM</PackageTags >
16- <Version >2 .0.0</Version >
16+ <Version >3 .0.0</Version >
1717 </PropertyGroup >
1818 <!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919 <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
2020 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
2121 </PropertyGroup >
2222 <ItemGroup >
23- <PackageReference Condition =" !$(MSBuildProjectName.EndsWith('Tests'))" Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
23+ <PackageReference Condition =" !$(MSBuildProjectName.EndsWith('Tests'))" Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
2424 </ItemGroup >
2525</Project >
You can’t perform that action at this time.
0 commit comments