This repository contains the source files for the official zelph Chocolatey package.
zelph is a sophisticated semantic network system capable of encoding inference rules within the network itself.
๐ Main Project Source Code: acrion/zelph
To install zelph on Windows via Chocolatey, run:
choco install zelphTo upgrade to the latest version:
choco upgrade zelphSteps to release a new version (e.g., 0.9.3):
- Wait for the main GitHub Release to be built.
- Get the SHA256 checksum of the new
zelph-windows.zip. - Update
zelph.nuspec:- Update
<version>.
- Update
- Update
tools/chocolateyinstall.ps1:- Update
$url(version number). - Update
$checksum.
- Update
- Pack and test locally:
choco pack choco uninstall zelph -y choco install zelph --source . -y --force zelph --version
- Push to Chocolatey:
choco push zelph.x.y.z.nupkg --source https://push.chocolatey.org/
- Commit and push changes to this repository.