easyUpdater
1.0.0
。
{
"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"
}
]
}
}
请复制以下代码并将其保存为数据。JSON还确保您在第51行上的“示例”项目form1.cs中进行编辑。
get { return new Uri("http://192.168.0.1/data.json"); }