Skip to content

Commit 5ca66b3

Browse files
chore(support/v1): release 1.7.6
1 parent 115e8f6 commit 5ca66b3

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.5"
2+
".": "1.7.6"
33
}

CHANGELOG.md

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

3+
## [1.7.6](https://github.com/microsoft/OpenAPI.NET.OData/compare/v1.7.5...v1.7.6) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* TryAddPath exact-match check for duplicate bound operation paths ([#809](https://github.com/microsoft/OpenAPI.NET.OData/issues/809)) ([115e8f6](https://github.com/microsoft/OpenAPI.NET.OData/commit/115e8f6e990ed9bf4a7a89d438133e51f9e03031))
9+
310
## [1.7.5](https://github.com/microsoft/OpenAPI.NET.OData/compare/v1.7.4...v1.7.5) (2025-03-31)
411

512

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

0 commit comments

Comments
 (0)