diff --git a/CLAUDE.md b/CLAUDE.md
index 7dc73268..262345dc 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
EntityFrameworkCore.Jet is an EF Core provider for Microsoft Jet/ACE databases (Microsoft Access `.mdb`/`.accdb` files). It runs **Windows only** and bridges EF Core to the Access database engine via either ODBC or OLE DB.
-Current version: `10.0.x` targeting EF Core 10 and `net10.0`.
+Current version: `11.0.x` targeting EF Core 11 and `net11.0`. The test projects use **xunit v3**.
## Build
@@ -18,7 +18,7 @@ Assemblies are **strong-name signed** using `Key.snk`. `TreatWarningsAsErrors=Tr
### Local EFCore Repository (optional)
-To develop against a local EF Core build instead of NuGet packages, copy `Development.props.sample` to `Development.props` and set `LocalEFCoreRepository` to your EF Core checkout. That local build must be compiled with `AssemblyVersion=10.0.0.0` to avoid binding conflicts.
+To develop against a local EF Core build instead of NuGet packages, copy `Development.props.sample` to `Development.props` and set `LocalEFCoreRepository` to your EF Core checkout. That local build must be compiled with `AssemblyVersion=11.0.0.0` to avoid binding conflicts.
## Tests
diff --git a/Directory.Build.props b/Directory.Build.props
index 4a1c5c2b..a8c271f5 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -15,6 +15,7 @@
Entity Framework Core;Entity Framework Core;entity-framework-core;Jet;ACE;Access;MS Access;msaccess;EF;EFCore;EF Core;EntityFrameworkCore
MIT
+ README.md
https://github.com/CirrusRedOrg/EntityFrameworkCore.Jet
@@ -32,6 +33,9 @@
+
+
diff --git a/Version.props b/Version.props
index cf38442b..90881e7a 100644
--- a/Version.props
+++ b/Version.props
@@ -15,9 +15,9 @@
Bump-up to the next iteration immediately after a release, so that subsequent daily builds are named
correctly.
-->
- 10.0.1
- servicing
- 0
+ 11.0.0
+ alpha
+ 1