fix: minver-cli package exposes command 'minver', not 'minver-cli' #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/minver-command-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix: minver-cli tool manifest has wrong command name
The
dotnet-tools.jsonfrom PR #25 listed the command asminver-cli, but the NuGet packageminver-cliactually exposes the commandminver. This causeddotnet tool restoreto fail:Changes
backend/dotnet-tools.json:"commands": ["minver-cli"]→"commands": ["minver"].github/workflows/docker-publish.yml:dotnet minver-cli→dotnet minverSummary
Summary
Coverage
DoujinManager.ApplicationCore - 84.8%
DoujinManager.Infrastructure - 91.6%
pshot
DoujinManager.RestAdapter - 84.2%
E5CB12CEAC5BBBEA65844E1C05F9ADA4DA38B848075C41304FC6A1ABF77__ValidationAttr
ibuteCache
DoujinManager.Server - 21.8%