Latest YAK

Are we suppose to use the yak.exe in the following address?

https://files.mcneel.com/yak/tools/latest/yak.exe

For my CI on GitHub, this latest version of yak.exe cannot inspect the info correctly…
authors, descriptions etc are all missing and the resulting .yak package cannot be pushed to the server.

@xliotx The most up-to-date standalone yak tools can be found at the link below!

well, clearly it is not the latest.

The one shipped with Rhino 8.24 is already v0.15

There haven’t been any changes since 0.14.3 that would affect the inspection that happens in the spec and build commands. Were you able to try it? Do you get the same behaviour?

I’ll try again later. Already fall back to 0.13 to have a predicted behavior.

One question though, how does Yak use parameters like Version?

To me, it seems I need to separately define it in the info.cs file, rather than use the one from “Properties → Version”, which seems to associate with Assembly Version.

There’re quite some confusion between the NET project’s properties, and the one derived from a GH component.