You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(035): also set assembly Version from git tag so spectra --version works
The pack steps were passing -p:PackageVersion= only, which sets the
.nupkg metadata version but leaves the assembly's
AssemblyInformationalVersion at the project default. Adding
-p:Version= alongside makes the runtime CLI banner show the released
version (e.g., "spectra --version" → "1.37.0") instead of the default
"0.1.0+<sha>".
Caught while smoke-testing the v1.37.0 local install.
0 commit comments