forked from shadowsocks/v2ray-plugin
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathversioninfo.json
More file actions
27 lines (27 loc) · 791 Bytes
/
versioninfo.json
File metadata and controls
27 lines (27 loc) · 791 Bytes
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
{
"FixedFileInfo": {
"FileVersion": {
"Major": %MAJOR%,
"Minor": %MINOR%,
"Patch": %PATCH%,
"Build": %BUILD%
},
"ProductVersion": {
"Major": %MAJOR%,
"Minor": %MINOR%,
"Patch": %PATCH%,
"Build": %BUILD%
}
},
"StringFileInfo": {
"CompanyName": "Teddysun",
"FileDescription": "A SIP003 plugin based on v2ray",
"FileVersion": "%VERSION%",
"InternalName": "v2ray-plugin",
"LegalCopyright": "Copyright (c) 2020 - 2026",
"OriginalFilename": "v2ray-plugin.exe",
"ProductName": "v2ray-plugin",
"ProductVersion": "%VERSION%"
},
"IconPath": "assets/v2ray.ico"
}