Skip to content

Commit 3cab6f9

Browse files
committed
docs: removes preview phrasing from upgrade docs
Signed-off-by: Vincent Biret <[email protected]>
1 parent ac42709 commit 3cab6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/upgrade-guide-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88

99
# Introduction
1010

11-
We are excited to announce the preview of a new version of the OpenAPI.NET library!
11+
We are excited to announce the new version of the OpenAPI.NET library!
1212
OpenAPI.NET v2 is a major update to the OpenAPI.NET library. This release includes a number of performance improvements, API enhancements, and support for OpenAPI v3.1.
1313

1414
## The biggest update ever
@@ -251,7 +251,7 @@ parameter.Extensions.Add("x-foo", new JsonNodeExtension(openApiObject));
251251
252252
### Enable Null Reference Type Support
253253

254-
Version 2.0 preview 13 introduces support for null reference types, which improves type safety and reduces the likelihood of null reference exceptions.
254+
Version 2.0 introduces support for null reference types, which improves type safety and reduces the likelihood of null reference exceptions.
255255

256256
**Example:**
257257

0 commit comments

Comments
 (0)