Skip to content

Commit c067dd1

Browse files
committed
Give it a proper package name for nuget instead of stealing someone elses!
1 parent 6624f52 commit c067dd1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Pack
2727
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
2828
- name: Push
29-
run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
29+
run: dotnet nuget push Xeofd.MongoDbExtension.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
3030
env:
3131
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Xeofd.MongoDbExtensions/Xeofd.MongoDbExtensions.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
<Nullable>enable</Nullable>
77
<RootNamespace>Xaobec.MongoDbExtension</RootNamespace>
88
<Description>A simple MongoDB client dependency injection package</Description>
9-
<VersionPrefix>$(HealthCheckMongoDB)</VersionPrefix>
109
<PackageTags>MongoDb;</PackageTags>
11-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1210
</PropertyGroup>
1311

1412
<PropertyGroup>
15-
<PackageId>NuGet.Workflow</PackageId>
13+
<PackageId>Xeofd.MongoDbExtension</PackageId>
1614
<RepositoryType>git</RepositoryType>
1715
<RepositoryUrl>https://github.com/xeofd/Xeofd.MongoDbExtension</RepositoryUrl>
1816
</PropertyGroup>

0 commit comments

Comments
 (0)