dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
448 stars 84 forks source link

Make successful completion message more generic #611

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Resolve https://github.com/dotnet/sign/issues/564.

This change removes the input file path from the successful completion message so that the completion message is more general: Completed in x ms.

CC @clairernovotny