Skip to content

Commit 905058d

Browse files
committed
chore(support/v1): release 1.6.27
1 parent 6eeca52 commit 905058d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.6.26"
2+
".": "1.6.27"
33
}

CHANGELOG.md

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

3+
## [1.6.27](https://github.com/microsoft/openapi.net/compare/v1.6.26...v1.6.27) (2025-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* typo in encoding allow reserved deserialization ([6eeca52](https://github.com/microsoft/openapi.net/commit/6eeca5283bcbf6ee9d4065cd5581a36d96ad930a))
9+
* typo in encoding allow reserved deserialization ([3fadb7d](https://github.com/microsoft/openapi.net/commit/3fadb7d9d0c4c4348a4c2eb8ffcf50efd79f7226))
10+
311
## [1.6.26](https://github.com/microsoft/openapi.net/compare/v1.6.25...v1.6.26) (2025-09-19)
412

513

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1313
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1414
<PackageTags>OpenAPI .NET</PackageTags>
15-
<Version>1.6.26</Version>
15+
<Version>1.6.27</Version>
1616
</PropertyGroup>
1717
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1818
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)