Skip to content

Releases: FeathBow/pefix

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 21:08

Run pefix --help for usage.

pefix v1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:43

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 --help text.

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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 19:00

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.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:32

Run pefix --help for usage.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 May 10:42

Run pefix --help for usage.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 May 07:15

Run pefix --help for usage.