-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversioninfo.json
43 lines (43 loc) · 1.22 KB
/
versioninfo.json
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
37
38
39
40
41
42
43
{
"FixedFileInfo": {
"FileVersion": {
"Major": 1,
"Minor": 5,
"Patch": 5,
"Build": 0
},
"ProductVersion": {
"Major": 1,
"Minor": 5,
"Patch": 5,
"Build": 0
},
"FileFlagsMask": "3f",
"FileFlags ": "00",
"FileOS": "040004",
"FileType": "01",
"FileSubType": "00"
},
"StringFileInfo": {
"Comments": "This tool can help you test the stability of your device's MQTT connection.",
"CompanyName": "Tongdy",
"FileDescription": "This tool can help you test the stability of your device's MQTT connection.",
"FileVersion": "1.5.5.0",
"InternalName": "mqtt-test-server",
"LegalCopyright": "2022, Kagurazaka Yashi.",
"LegalTrademarks": "Tongdy",
"OriginalFilename": "main.exe",
"PrivateBuild": "",
"ProductName": "MQTT Device Testing Tool",
"ProductVersion": "1.5.5.0",
"SpecialBuild": ""
},
"VarFileInfo": {
"Translation": {
"LangID": "0804",
"CharsetID": "04B0"
}
},
"IconPath": "icon.ico",
"ManifestPath": "main.exe.manifest"
}