The converted Go standard library, the golib runtime and the go2cs-gen
analyzer are published to nuget.org as go.<pkg> / go.lib / go.gen
(versioned 1.23.1.<build> from src/version.props). The converter's new
-recurse=nuget mode emits matching <PackageReference> entries (defaulting
$(GoStdLibVersion) to a floating release) so a converted end-user app or
library restores the whole go2cs stack from NuGet with no local go2cs
source checkout; the app's own and third-party converted packages stay
project references.
NuGet publish: 7b641128b, 2363af0e6
-recurse=nuget: 2e15eec9d, dd821a556