Skip to content

Commit

Permalink
Merge pull request #8 from brianpursley/fix-packageid
Browse files Browse the repository at this point in the history
fix wrong PackageId
  • Loading branch information
brianpursley authored Aug 8, 2024
2 parents 1c2360b + 98a91db commit d86dfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Npgmq/Npgmq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<RootNamespace>Npgmq</RootNamespace>
<LangVersion>default</LangVersion>
<PackageId>Ngpmq</PackageId>
<PackageId>Npgmq</PackageId>
<PackageProjectUrl>https://github.com/brianpursley/Npgmq</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit d86dfc7

Please sign in to comment.