vcsjones / AuthenticodeLint

Lints an authenticode signed binary.
MIT License
36 stars 17 forks source link

Publish .NET 6 version to NuGet? #34

Open martincostello opened 1 year ago

martincostello commented 1 year ago

I'm in the process of adding Authenticode signing to Polly (https://github.com/App-vNext/Polly/pull/1269) and I'd like to add a step to the workflow to validate things worked correctly.

This tool looks good for the job, but the current version in NuGet targets .NET Core 2.1. Could you publish the latest version targeting .NET 6 to NuGet.org please?

If not, I can just look to compile it from source and run it inline instead, but just installing the global tool would be easier 😃