Skip to content

Commit 93aa7e2

Browse files
committed
Rename package ID
1 parent 943ca47 commit 93aa7e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
3232

3333
- name: Push
34-
run: dotnet nuget push EntityFramework.Extensions.AddQueryFilter.${VERSION}.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
34+
run: dotnet nuget push *.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate

src/EntityFramework.Extensions.AddQueryFilter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<PackageId>EntityFramework.Extensions.AddQueryFilter</PackageId>
10+
<PackageId>EFCoreAddQueryFilter</PackageId>
1111
<RepositoryType>git</RepositoryType>
1212
<RepositoryUrl>https://github.com/HerveZu/EntityFramework.Extensions.AddQueryFilter</RepositoryUrl>
1313
<Authors>Hervé Zucchinetti</Authors>

0 commit comments

Comments
 (0)