Releases: FeathBow/pefix
Releases · FeathBow/pefix
Release list
v1.0.2
pefix v1.0.1
pefix 1.0.1 is a packaging and docs patch; scan and analysis behavior is unchanged from 1.0.0.
-
Added a GitHub Action so you can gate a folder in CI without installing the .NET SDK:
- uses: FeathBow/pefix@v1.0.1 with: path: ./publish profile: publish-dir fail-on-issue: true -
Sharpened the NuGet package description and tags, and the
pefix --helptext.
Install with dotnet tool install -g pefix, or download a native binary below (no .NET runtime required). Run
pefix --help for the full option list.
pefix v1.0.0
pefix gates a folder of .NET assemblies for loadability and dependency issues before a host loads them. Zero false positives, single native binary.
Install: dotnet tool install -g pefix (or download a binary below). Run pefix --help for usage.