Originally posted by TehMerkMods
Anyone got a really clean and quick method to check for updates for the tool using Github or something along them lines?
I Was think about using a pastebin and checking is the text says like "1.0.0.0" and if it says anything other than "1.0.0.0" it will ask you to update to the latest version
BTW
C#
when the tool is opened make it download the pastebin text to a invisible label
if the label does not match 1.0.0.0 it will give a messagebox saying theres a new update and redirect you to a mediafire folder
(and in the next update just change the text to match 2.0.0.0 or so

)