This repository contains chocolatey automatic packages for ModbusScope. It is forked and adapted from https://github.com/majkinetor/au-packages. And further adapted to chocolatey-au
To run locally you will need:
- Powershell 5+.
 - Chocolatey Automatic Package Updater Module: 
choco install chocolatey-au --confirm. 
Run from within the directory of the package to update that package
cd modbusscope
- Run 
update.ps1 - Push package to repository
choco push modbusscope.x.x.x.nupkg --source https://push.chocolatey.org/
 
Set $au_Force = $true prior to script call to update the package even if no new version is found.
- 
Generate checksum
checksum -t sh256 ModbusScope_Setup.exe
 - 
Generate package
choco pack
 - 
Install local
nupkgfile- 
choco install ModbusScope --source . - 
or more chatty:
choco install ModbusScope --debug --verbose --source .
 
 - 
 - 
Images:
- Don't use Github as hosting
 - Use https://raw.githack.com/