-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathversioninfo.example.json
44 lines (43 loc) · 1.08 KB
/
versioninfo.example.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
44
{
"FixedFileInfo": {
"FileVersion": {
"Major": 1,
"Minor": 7,
"Patch": 13,
"Build": 5491
},
"ProductVersion": {
"Major": 1,
"Minor": 7,
"Patch": 13,
"Build": 5491
},
"FileFlagsMask": "3f",
"FileFlags ": "00",
"FileOS": "040004",
"FileType": "01",
"FileSubType": "00"
},
"StringFileInfo": {
"Comments": "",
"CompanyName": "ACME Inc.",
"FileDescription": "Agent Service",
"FileVersion": "1.7.13.5491",
"InternalName": "Agent",
"LegalCopyright": "© Copyright 2019 ACME Inc. All Rights Reserved.",
"LegalTrademarks": "",
"OriginalFilename": "agent.exe",
"PrivateBuild": "",
"ProductName": "Agent",
"ProductVersion": "1.7.13.5491",
"SpecialBuild": ""
},
"VarFileInfo": {
"Translation": {
"LangID": "0409",
"CharsetID": "04B0"
}
},
"IconPath": "",
"ManifestPath": ""
}