Skip to content

Commit 09c3481

Browse files
chore(main): release 2.0.0-preview.32
1 parent bf8d0b6 commit 09c3481

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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.31"
2+
".": "2.0.0-preview.32"
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+
## [2.0.0-preview.32](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.31...v2.0.0-preview.32) (2025-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* removes extraneous default value constant ([bf8d0b6](https://github.com/microsoft/OpenAPI.NET/commit/bf8d0b63adc16013fdb22f38715f167ce6e21c98))
9+
* removes extraneous default value constant ([b6eb46e](https://github.com/microsoft/OpenAPI.NET/commit/b6eb46ebb46ccd7314e00b5698fa7f6b9b6ae0da))
10+
311
## [2.0.0-preview.31](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.30...v2.0.0-preview.31) (2025-07-02)
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>2.0.0-preview.31</Version>
15+
<Version>2.0.0-preview.32</Version>
1616
</PropertyGroup>
1717
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1818
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Project Objectives:
2929
> Note: version 2 of this library, which brings support for OpenAPI 3.1, is currently in preview. Due to early versioning issues with the preview, and package renaming, the installation must be done with a specific version number to get the latest version:
3030
> ```bash
3131
> # x-release-please-start-version
32-
> dotnet add package Microsoft.OpenAPI --version 2.0.0-preview.31
32+
> dotnet add package Microsoft.OpenAPI --version 2.0.0-preview.32
3333
> # x-release-please-end
3434
> # x-release-please-start-version
35-
> dotnet add package Microsoft.OpenAPI.YamlReader --version 2.0.0-preview.31
35+
> dotnet add package Microsoft.OpenAPI.YamlReader --version 2.0.0-preview.32
3636
> # x-release-please-end
3737
> ```
3838
> Until this new version is generally available, dependabot will periodically create pull requests which **downgrade** to preview 9, they should be ignored.

0 commit comments

Comments
 (0)