Skip to content

Commit 5c27dc1

Browse files
authored
Merge pull request #184 from EFNext/feature/update-gh-urls
Update github project urls
2 parents 57df4d9 + c4ca716 commit 5c27dc1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
# Disable sending usage data to Microsoft
1414
DOTNET_CLI_TELEMETRY_OPTOUT: true
1515
# GitHub Packages Feed settings
16-
GITHUB_FEED: https://nuget.pkg.github.com/koenbeuk/
17-
GITHUB_USER: koenbeuk
16+
GITHUB_FEED: https://nuget.pkg.github.com/EFNext/
17+
GITHUB_USER: EFNext
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

2020
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
# Disable sending usage data to Microsoft
1212
DOTNET_CLI_TELEMETRY_OPTOUT: true
1313
# GitHub Packages Feed settings
14-
GITHUB_FEED: https://nuget.pkg.github.com/koenbeuk/
15-
GITHUB_USER: koenbeuk
14+
GITHUB_FEED: https://nuget.pkg.github.com/EFNext/
15+
GITHUB_USER: EFNext
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
# Official NuGet Feed settings
1818
NUGET_FEED: https://api.nuget.org/v3/index.json

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<PropertyGroup>
1515
<Authors>Koen Bekkenutte</Authors>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageProjectUrl>https://github.com/koenbeuk/EntityFrameworkCore.Projectables</PackageProjectUrl>
18-
<RepositoryUrl>https://github.com/koenbeuk/EntityFrameworkCore.Projectables.git</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/EFNext/EntityFrameworkCore.Projectables</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/EFNext/EntityFrameworkCore.Projectables.git</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
20-
<PackageReleaseNotes>https://github.com/koenbeuk/EntityFrameworkCore.Projectables/releases</PackageReleaseNotes>
20+
<PackageReleaseNotes>https://github.com/EFNext/EntityFrameworkCore.Projectables/releases</PackageReleaseNotes>
2121
<Description>Project over properties and functions in your linq queries</Description>
2222
</PropertyGroup>
2323
</Project>

0 commit comments

Comments
 (0)