From d707cbdc7fc9be352a8748e5e626ef1986a68bd3 Mon Sep 17 00:00:00 2001 From: "fabien.menager" Date: Wed, 18 Mar 2026 18:46:02 +0100 Subject: [PATCH 1/4] Update project urls --- Directory.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 876b646..a090899 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,10 +14,10 @@ Koen Bekkenutte MIT - https://github.com/koenbeuk/EntityFrameworkCore.Projectables - https://github.com/koenbeuk/EntityFrameworkCore.Projectables.git + https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables + https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables.git git - https://github.com/koenbeuk/EntityFrameworkCore.Projectables/releases + https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables/releases Project over properties and functions in your linq queries From d06c6e9b51207e08c43c2481a9e146eadc0866c1 Mon Sep 17 00:00:00 2001 From: "fabien.menager" Date: Wed, 18 Mar 2026 18:48:23 +0100 Subject: [PATCH 2/4] Update gh package info --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3754d65..6a54487 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/koenbeuk/ - GITHUB_USER: koenbeuk + GITHUB_FEED: https://nuget.pkg.github.com/EFCoreLabs/ + GITHUB_USER: EFCoreLabs GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73178f2..5e41ab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/koenbeuk/ - GITHUB_USER: koenbeuk + GITHUB_FEED: https://nuget.pkg.github.com/EFCoreLabs/ + GITHUB_USER: EFCoreLabs GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Official NuGet Feed settings NUGET_FEED: https://api.nuget.org/v3/index.json From 0746105801ef7979d1341466f3bda85cfbaea555 Mon Sep 17 00:00:00 2001 From: "fabien.menager" Date: Wed, 18 Mar 2026 19:02:39 +0100 Subject: [PATCH 3/4] Rename to EFLabs --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- Directory.Build.props | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a54487..4711ccd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/EFCoreLabs/ - GITHUB_USER: EFCoreLabs + GITHUB_FEED: https://nuget.pkg.github.com/EFLabs/ + GITHUB_USER: EFLabs GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e41ab6..3d6929e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/EFCoreLabs/ - GITHUB_USER: EFCoreLabs + GITHUB_FEED: https://nuget.pkg.github.com/EFLabs/ + GITHUB_USER: EFLabs GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Official NuGet Feed settings NUGET_FEED: https://api.nuget.org/v3/index.json diff --git a/Directory.Build.props b/Directory.Build.props index a090899..1ed9613 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,10 +14,10 @@ Koen Bekkenutte MIT - https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables - https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables.git + https://github.com/EFLabs/EntityFrameworkCore.Projectables + https://github.com/EFLabs/EntityFrameworkCore.Projectables.git git - https://github.com/EFCoreLabs/EntityFrameworkCore.Projectables/releases + https://github.com/EFLabs/EntityFrameworkCore.Projectables/releases Project over properties and functions in your linq queries From c4ca716a741e42f2a1e6ce40e6e7e0d10f492a08 Mon Sep 17 00:00:00 2001 From: "fabien.menager" Date: Wed, 18 Mar 2026 19:44:58 +0100 Subject: [PATCH 4/4] Rename to EFNext --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- Directory.Build.props | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4711ccd..c1c74b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/EFLabs/ - GITHUB_USER: EFLabs + GITHUB_FEED: https://nuget.pkg.github.com/EFNext/ + GITHUB_USER: EFNext GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d6929e..83c41e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ env: # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true # GitHub Packages Feed settings - GITHUB_FEED: https://nuget.pkg.github.com/EFLabs/ - GITHUB_USER: EFLabs + GITHUB_FEED: https://nuget.pkg.github.com/EFNext/ + GITHUB_USER: EFNext GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Official NuGet Feed settings NUGET_FEED: https://api.nuget.org/v3/index.json diff --git a/Directory.Build.props b/Directory.Build.props index 1ed9613..dc0743f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,10 +14,10 @@ Koen Bekkenutte MIT - https://github.com/EFLabs/EntityFrameworkCore.Projectables - https://github.com/EFLabs/EntityFrameworkCore.Projectables.git + https://github.com/EFNext/EntityFrameworkCore.Projectables + https://github.com/EFNext/EntityFrameworkCore.Projectables.git git - https://github.com/EFLabs/EntityFrameworkCore.Projectables/releases + https://github.com/EFNext/EntityFrameworkCore.Projectables/releases Project over properties and functions in your linq queries