From 937fdcbd0656d437a24b9e7152546729be0eab19 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Fri, 2 Jan 2026 14:38:45 +0100 Subject: [PATCH] Document EFCore.PG 10 as released --- conceptual/EFCore.PG/release-notes/10.0.md | 2 +- conceptual/EFCore.PG/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conceptual/EFCore.PG/release-notes/10.0.md b/conceptual/EFCore.PG/release-notes/10.0.md index 7804dc25..b57db74b 100644 --- a/conceptual/EFCore.PG/release-notes/10.0.md +++ b/conceptual/EFCore.PG/release-notes/10.0.md @@ -1,6 +1,6 @@ # 10.0 Release Notes -Npgsql.EntityFrameworkCore.PostgreSQL version 10.0 is now in development, preview versions are available on [nuget.org](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL). +Npgsql.EntityFrameworkCore.PostgreSQL version 10.0 is out and available on [nuget.org](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL). ## Full support for EF 10 JSON complex types diff --git a/conceptual/EFCore.PG/toc.yml b/conceptual/EFCore.PG/toc.yml index c03efd21..0e71fa82 100644 --- a/conceptual/EFCore.PG/toc.yml +++ b/conceptual/EFCore.PG/toc.yml @@ -2,7 +2,7 @@ href: index.md - name: Release notes items: - - name: "10.0 (rc)" + - name: "10.0" href: release-notes/10.0.md - name: "9.0" href: release-notes/9.0.md