Skip to content

Commit

Permalink
Remove dotnet- prefix from the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Jun 6, 2024
1 parent b515228 commit b01d047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/MonoGame.Tool.X.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PropertyGroup>
<PackAsTool>true</PackAsTool>
<PackageIcon>Icon.png</PackageIcon>
<PackageId>dotnet-{CommandName}</PackageId>
<PackageId>{CommandName}</PackageId>
<PackageLicenseFile>{LicenseName}</PackageLicenseFile>
<ToolCommandName>{CommandName}</ToolCommandName>
</PropertyGroup>
Expand Down

0 comments on commit b01d047

Please sign in to comment.