easyUpdater
1.0.0
Detail Perpustakaan Pembaruan.
{
"easyUpdate":{
"update":[
{
"appID":"Example",
"version":"2.0.0.0",
"files":{
"file":[
{
"url":"http://192.168.0.1/Example.exe",
"fileName":"Example.exe",
"md5":"7f6d718632a92873148c1acf156cb591"
}
],
"file":[
{
"url":"http://192.168.0.1/easyUpdater.dll",
"fileName":"easyUpdater.dll",
"md5":"b752b5635194583b2dfd983b21567866"
}
]
},
"description":"Test message for Example appID"
}
]
}
}
Harap salin kode berikut dan simpan sebagai data.json juga pastikan bahwa Anda mengedit di 'Contoh' Project Form1.cs di baris 51.
get { return new Uri("http://192.168.0.1/data.json"); }