Merge pull request #436 from gravitl/nocode_v0.8.5_windows_build

Nocode v0.8.5 windows build
This commit is contained in:
dcarns
2021-11-03 20:36:18 -04:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="0.8.0" version="0.8.5.0"
processorArchitecture="*" processorArchitecture="*"
name="netclient.exe" name="netclient.exe"
type="win32" type="win32"

View File

@@ -2,14 +2,14 @@
"FixedFileInfo": { "FixedFileInfo": {
"FileVersion": { "FileVersion": {
"Major": 0, "Major": 0,
"Minor": 7, "Minor": 8,
"Patch": 3, "Patch": 5,
"Build": 0 "Build": 0
}, },
"ProductVersion": { "ProductVersion": {
"Major": 0, "Major": 0,
"Minor": 7, "Minor": 8,
"Patch": 3, "Patch": 5,
"Build": 0 "Build": 0
}, },
"FileFlagsMask": "3f", "FileFlagsMask": "3f",
@@ -29,7 +29,7 @@
"OriginalFilename": "", "OriginalFilename": "",
"PrivateBuild": "", "PrivateBuild": "",
"ProductName": "Netclient", "ProductName": "Netclient",
"ProductVersion": "v0.7.3.0", "ProductVersion": "v0.8.5.0",
"SpecialBuild": "" "SpecialBuild": ""
}, },
"VarFileInfo": { "VarFileInfo": {
@@ -38,6 +38,6 @@
"CharsetID": "04B0" "CharsetID": "04B0"
} }
}, },
"IconPath": "netclient.ico", "IconPath": "windowsdata/resource/netclient.ico",
"ManifestPath": "netclient.exe.manifest.xml" "ManifestPath": "netclient.exe.manifest.xml"
} }