Skip to content

Commit b4cfc75

Browse files
authored
Merge pull request #756 from microsoft/release-please--branches--main--components--Microsoft.OpenApi.OData
chore(main): release 3.0.0
2 parents 43f09cb + f019286 commit b4cfc75

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
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>

0 commit comments

Comments
 (0)