PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
43 stars 11 forks source link

Make AISH read its version from the assembly attribute #123

Closed daxian-dbw closed 3 months ago

daxian-dbw commented 3 months ago

PR Summary

Fix #95

Make AISH read its version from the AssemblyInformationalVersionAttribute from the assembly, so that aish.exe --version gives the same version as the banner message of aish.exe.

image