-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathproject.xml
36 lines (36 loc) · 1.43 KB
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<sharpUpdate>
<update>
<version>3.0.0.0</version>
<url>https://raw.githubusercontent.com/henryxrl/SharpUpdate/master/TestApp/bin/Debug/TestApp.exe</url>
<filePath>./TestApp.exe</filePath>
<md5>F16F9270971EAEAE8E313B32E8FF0814</md5>
<description>Update: 10/06/2018:
1. Updated a label.</description>
<launchArgs></launchArgs>
</update>
<update>
<version>1.0.0.0</version>
<url>https://raw.githubusercontent.com/henryxrl/SharpUpdate/master/TestApp/bin/Debug/SharpUpdate.dll</url>
<filePath>./SharpUpdate.dll</filePath>
<md5>88237737FECE6C41EF6CD10AE4DC54C0</md5>
<description>Update: 10/06/2018:
1. Support for multiple files updating.</description>
<launchArgs></launchArgs>
</update>
<add>
<version>1.0.0.0</version>
<url>https://raw.githubusercontent.com/henryxrl/SharpUpdate/master/TestApp/bin/Debug/SharpUpdate.dll</url>
<filePath>./test_add/SharpUpdate_test_add.dll</filePath>
<md5>88237737FECE6C41EF6CD10AE4DC54C0</md5>
<description>Add: 10/06/2018:
1. Test add.</description>
<launchArgs></launchArgs>
</add>
<remove>
<filePath>./test_remove/SharpUpdate - Copy.dll</filePath>
<description>Remove: 10/06/2018:
1. Test remove.</description>
<launchArgs></launchArgs>
</remove>
</sharpUpdate>