Skip to content

May 2021

Compare
Choose a tag to compare
@mvelazc0 mvelazc0 released this 24 May 15:44
· 34 commits to master since this release
7d8d7ea

SHA256 Hashes

PurpleSharp_x64.exe - 6a4534091c5329f54971bd06e479be500d9232c4550a394f1c8b9f6543d2be05
PurpleSharp_x86.exe - 7168f785c2c32bde7d0576a792699c9aa1156ffcb36ad485ff899020c1a66356

Some browsers are blocking the assembly download. To circumvent, you can use the following PowerShell line:

Invoke-WebRequest -Uri "https://github.com/mvelazc0/PurpleSharp/releases/download/v1.2/PurpleSharp_x64.exe" -OutFile "PurpleSharp.exe"

Release Notes

  • Adding Costura.Fody to avoid having to dependency on the Newtonsoft dll to manage JSON objects. It is now embedded in the PurpleSharp assembly.