Skip to content

Commit c2dacfc

Browse files
authored
Merge pull request #679 from microsoft/release-please--branches--support/v1--components--Microsoft.OpenApi.OData
chore(support/v1): release 1.7.5
2 parents d72bd6c + eb46cc7 commit c2dacfc

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-
".": "1.7.4"
2+
".": "1.7.5"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# Changelog
2+
3+
## [1.7.5](https://github.com/microsoft/OpenAPI.NET.OData/compare/v1.7.4...v1.7.5) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* filter out not found alternate keys properties ([d72bd6c](https://github.com/microsoft/OpenAPI.NET.OData/commit/d72bd6ce968f5bac7d2e698c58c95e1aa8ffdb74))
9+
* filter out not found alternate keys properties ([7cd11b4](https://github.com/microsoft/OpenAPI.NET.OData/commit/7cd11b4a59d3ca102e15f0596b39cd0934f63076))
10+
11+
## Changelog

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

0 commit comments

Comments
 (0)