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"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.8.0"
version="0.8.5.0"
processorArchitecture="*"
name="netclient.exe"
type="win32"

View File

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