Skip to content

DeStilleGast/dnSpy-update-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/