diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3754d65..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/koenbeuk/ - GITHUB_USER: koenbeuk + 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 73178f2..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/koenbeuk/ - GITHUB_USER: koenbeuk + 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 876b646..dc0743f 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/EFNext/EntityFrameworkCore.Projectables + https://github.com/EFNext/EntityFrameworkCore.Projectables.git git - https://github.com/koenbeuk/EntityFrameworkCore.Projectables/releases + https://github.com/EFNext/EntityFrameworkCore.Projectables/releases Project over properties and functions in your linq queries