easyUpdater
1.0.0
.NET updater 라이브러리 세부 정보 웹 호스트에 업로드 된 코드를 다음과 같이해야합니다.
{
"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"
}
]
}
}
다음 코드를 복사하여 Data.json으로 저장하십시오. 또한 51 행에 '예제'프로젝트 Form1.cs를 편집해야합니다.
get { return new Uri("http://192.168.0.1/data.json"); }