From 8b5607d73cdf28a5c08765438aa6b5019adb9a0a Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Wed, 19 Aug 2026 17:58:14 +0800 Subject: [PATCH 1/3] Docs and packaging for the EF Core 11 line Version moves to 11.0.0-alpha.1, following the same step taken at the start of the 9.x and 10.x lines: .0.0 with the alpha label, progressing through beta, rc and rtm from there. It was still on 10.0.1-servicing, so packages were being produced under the previous line's version while depending on EF Core 11. The readme is now packed into all four packages and referenced by PackageReadmeFile, so nuget.org shows the full page - compatibility matrix, requirements, getting started - rather than the one-line description. Its links and badges are already absolute, so they render there. README gains an 11.0.x row and moves 10.0.x to supported. CLAUDE.md records the current version, that the tests are on xunit v3, and the matching AssemblyVersion for a local EF Core build. Also corrects EntityFramworkCore -> EntityFrameworkCore in the Jet.Data package description. Co-Authored-By: Claude Opus 5 --- CLAUDE.md | 4 ++-- Directory.Build.props | 4 ++++ Version.props | 6 +++--- docs/README.md | 3 ++- src/EFCore.Jet.Data/EFCore.Jet.Data.csproj | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) 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