Skip to content

Commit 83d3b85

Browse files
authored
Merge pull request #716 from microsoft/release-please--branches--main--components--Microsoft.OpenApi.OData
chore(main): release 2.0.0-preview.18
2 parents b3a645b + c22794a commit 83d3b85

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [2.0.0-preview.18](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.17...v2.0.0-preview.18) (2025-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* a bug where checking the whether a type is referenced would lead to a null reference exception ([39bbbc2](https://github.com/microsoft/OpenAPI.NET.OData/commit/39bbbc23ca4c12b0c117f8016d18542f82af10fd))
9+
* a bug where checking the whether a type is referenced would lead to a null reference exception ([f0dc51d](https://github.com/microsoft/OpenAPI.NET.OData/commit/f0dc51d544f5727ad813cbc30385837a92ad8d73))
10+
* a bug where empty enums would make the conversion fail ([b3a645b](https://github.com/microsoft/OpenAPI.NET.OData/commit/b3a645bd7b9302f4a1e64937d475a5f024144d4b))
11+
* a bug where empty enums would make the conversion fail ([1abcf49](https://github.com/microsoft/OpenAPI.NET.OData/commit/1abcf4971d985c0ebd5a267842d6254a13a5b90d))
12+
313
## [2.0.0-preview.17](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview.16...v2.0.0-preview.17) (2025-07-02)
414

515

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.17</Version>
16+
<Version>2.0.0-preview.18</Version>
1717
</PropertyGroup>
1818
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)