Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 750 Bytes

PeNet.Asn1

license NuGet NuGet

General purpose ASN1. parser. Used by PeNet to parse Microsoft Authenticode structures.

Build & Release

To release a new version, tag the commit and push to master.

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