Skip to content

Commit 3fad72f

Browse files
committed
docs: updates readme announcement for 3.2 support
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 8a6b06e commit 3fad72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Project Objectives:
2525
- Install core Nuget package [**Microsoft.OpenApi**](https://www.nuget.org/packages/Microsoft.OpenApi)
2626
- Install Yaml Reader Nuget package [**Microsoft.OpenApi.YamlReader**](https://www.nuget.org/packages/Microsoft.OpenApi.YamlReader)
2727

28-
> Note: we just released a new major version of the library, which brings support for OpenAPI 3.1!
29-
> You can read more about the changes of this upcoming version [in the upgrade guide](./docs/upgrade-guide-2.md).
28+
> Note: we just released a new major version of the library, which brings support for OpenAPI 3.2!
29+
> You can read more about the changes of this upcoming version [in the upgrade guide](./docs/upgrade-guide-3.md).
3030
3131
# Processors
3232
The OpenAPI.NET project holds the base object model for representing OpenAPI documents as .NET objects. Some developers have found the need to write processors that convert other data formats into this OpenAPI.NET object model. We'd like to curate that list of processors in this section of the readme.

0 commit comments

Comments
 (0)