Skip to content

Commit 9cf7abf

Browse files
authored
Merge pull request #680 from microsoft/release-please--branches--main--components--Microsoft.OpenApi.OData
chore(main): release 2.0.0-preview.12
2 parents 6912454 + 0ef3091 commit 9cf7abf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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-preview.11"
2+
".": "2.0.0-preview.12"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.0-preview.12](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.11...v2.0.0-preview.12) (2025-04-02)
4+
5+
6+
### Features
7+
8+
* enables null reference types for the library ([93f46f0](https://github.com/microsoft/OpenAPI.NET.OData/commit/93f46f09b2204e3f18ec19b68850ec7acd209e65))
9+
10+
11+
### Bug Fixes
12+
13+
* filter out not found alternate keys properties ([2f6459e](https://github.com/microsoft/OpenAPI.NET.OData/commit/2f6459e30fc08b3f8617bdc182f72d3fbb8f5895))
14+
* filter out not found alternate keys properties ([6672d76](https://github.com/microsoft/OpenAPI.NET.OData/commit/6672d76724c188957c1aea2069bf49640c2f7b15))
15+
316
## [2.0.0-preview.11](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.10...v2.0.0-preview.11) (2025-03-19)
417

518

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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-preview.11</Version>
16+
<Version>2.0.0-preview.12</Version>
1717
</PropertyGroup>
1818
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)