Skip to content

Releases: rodrigoramosrs/WafSight

Release v2026.7.17.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:58
6865bda

WafSight v2026.7.17.1

Binários AOT (autocontidos, sem dependências):

  • Windows x64WafSight-win-x64.zip
  • Linux x64WafSight-linux-x64.tar.gz
  • macOS x64WafSight-osx-x64.tar.gz
  • macOS ARM64WafSight-osx-arm64.tar.gz

Binários Framework Dependent (requer .NET 10 Runtime):

  • Windows x64WafSight-win-x64-framework.zip
  • Linux x64WafSight-linux-x64-framework.tar.gz
  • macOS x64WafSight-osx-x64-framework.tar.gz
  • macOS ARM64WafSight-osx-arm64-framework.tar.gz

Instalação (AOT)

# Linux / macOS
tar -xzf WafSight-linux-x64.tar.gz
chmod +x wafsight
./wafsight detect https://example.com

# Windows (PowerShell)
Expand-Archive WafSight-win-x64.zip -DestinationPath .
.\\wafsight.exe detect https://example.com

Instalação (Framework Dependent)

# Install .NET 10 Runtime first: https://dot.net
# Linux / macOS
tar -xzf WafSight-linux-x64-framework.tar.gz
chmod +x wafsight
./wafsight detect https://example.com

# Windows (PowerShell)
Expand-Archive WafSight-win-x64-framework.zip -DestinationPath .
.\\wafsight.exe detect https://example.com

NuGet (biblioteca .NET)

dotnet add package WafSight --version 2026.7.17.1

What's Changed

Full Changelog: v2026.7.0.1...v2026.7.17.1

Release v2026.7.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:39
a00aea5

WafSight v2026.7.0.1

Binários disponíveis (AOT Native, autocontidos):

  • Windows x64WafSight-win-x64.zip
  • Linux x64WafSight-linux-x64.tar.gz
  • macOS x64WafSight-osx-x64.tar.gz
  • macOS ARM64WafSight-osx-arm64.tar.gz

Instalação

# Linux / macOS
tar -xzf WafSight-linux-x64.tar.gz
chmod +x wafsight
./wafsight detect https://example.com

# Windows (PowerShell)
Expand-Archive WafSight-win-x64.zip -DestinationPath .
.\\wafsight.exe detect https://example.com

NuGet (biblioteca .NET)

dotnet add package WafSight --version 2026.7.0.1

What's Changed

  • Update README.md by @rodrigoramosrs in #1
  • docs: redesign documentation viewer, improve README, and fix build configuration by @rodrigoramosrs in #2
  • fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #3
  • docs: redesign documentation viewer, improve README, and fix build configuration by @rodrigoramosrs in #5
  • fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #6
  • fix: release pipeline, single-file builds, and binary naming by @rodrigoramosrs in #7
  • fix: resolve README.md path in Directory.Build.props and split AOT publish into per-OS jobs by @rodrigoramosrs in #8
  • fix: change default documentation entry from README.md to index.md by @rodrigoramosrs in #9

Full Changelog: https://github.com/rodrigoramosrs/WafSight/commits/v2026.7.0.1