项目作者: Trle94

项目描述 :
.Net Updater Library
高级语言: C#
项目地址: git://github.com/Trle94/easyUpdater.git
创建时间: 2017-12-25T15:17:17Z
项目社区:https://github.com/Trle94/easyUpdater

开源协议:GNU General Public License v3.0

下载


easyUpdater

.Net Updater Library details
You will need following code uploaded to your webhosting:

  1. {
  2. "easyUpdate":{
  3. "update":[
  4. {
  5. "appID":"Example",
  6. "version":"2.0.0.0",
  7. "files":{
  8. "file":[
  9. {
  10. "url":"http://192.168.0.1/Example.exe",
  11. "fileName":"Example.exe",
  12. "md5":"7f6d718632a92873148c1acf156cb591"
  13. }
  14. ],
  15. "file":[
  16. {
  17. "url":"http://192.168.0.1/easyUpdater.dll",
  18. "fileName":"easyUpdater.dll",
  19. "md5":"b752b5635194583b2dfd983b21567866"
  20. }
  21. ]
  22. },
  23. "description":"Test message for Example appID"
  24. }
  25. ]
  26. }
  27. }

Please copy following code and save it as data.json
Also make sure that you edit in ‘Example’ Project Form1.cs on line 51.

  1. get { return new Uri("http://192.168.0.1/data.json"); }