Skip to content

Analyzers for Portable Executable anomalies and other malware behavior.

License

Notifications You must be signed in to change notification settings

secana/PeNet-Analyzer

Repository files navigation

PeNet Analyzer

Analyzers for Portable Executable anomalies and other malware behavior.

Publish new version

To publish a new version to nuget.org, a tagged commit has to be pushed.

git tag -a v1.0.0 -m "Release version v1.0.0"
git push origin v1.0.0

Replace the version with the version that should be published.