Simple .Net Framework wrapper library for using upjs
upjs-net is a .Net framework wrapper for upjs - simple app for downloading updates for your program.
- Execute upjs commands with
Execute(string args)
(args
is just what you would pass after calling upjs.exe directly) It returns a string which is the output of upjs process - Run full Github upgrade with
GithubFull(string user, string repo, string current_version)
(Returns bool) - Run upjs clear with
Clear()
- Run upjs rem-old with
RemOld()
- You can also run
RestartSelf(Process mainProcess)
after a successful upgrade this will stop the old and start the new version of your program like a boss 🥇
Note: you need the upjs.exe in your main directory!
With ❤ and ☕ by Greg
This program is open-source and distributed under the MIT License, see LICENSE.md for details.