Installation - ChobbyCode/Update-Checker GitHub Wiki
NuGet Install
To install with NuGet, create a new c# project and click on your solution or project, then click "Manage NuGet Packages", under Browse make sure "Show Pre-releases" is checked and then last of all search for Update_Checker and add the one ChobbyCode.
Manual Install With DLL
Navigate to the Releases on github and click download on the latest DLL. Store the DLL somewhere safe on your computer. In your c# project click on your project in the solution explorer and click Add > Project References as seen below:

Then go down to Browse and in the bottom right of Browse click Browse and then navigate to the location where you stored the DLL and select and check it.