Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 982 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 982 Bytes

Preview

Update dialog

While you are browsing my code, you may notices some dialog code, I was planning to support other extensions to check for updates, but I was not in the mood to do that now.

How to build

To add in your dnSpy

How to build

  • Follow instructions to add references from here https://github.com/0xd4d/dnSpy/wiki/Extensions
  • build it
  • Copy "dnSpy update checker.x.dll" to your dnSpy folder location (or a subfolder named "Extensions" and place the dll in there)
  • (re)start dnSpy
  • enjoy/wait for update

External library used:

Newtonsoft json (embedded): https://github.com/JamesNK/Newtonsoft.Json/