ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

need stable CI builds on master #110

Closed ctaggart closed 5 years ago

ctaggart commented 5 years ago

I was expecting 0.7.1 to be built from master after merging #108 , but https://github.com/AArnott/Nerdbank.GitVersioning/issues/375

ctaggart commented 5 years ago

CI builds are being published to https://www.myget.org/feed/Packages/froto cc @jhugard @takemyoxygen

ctaggart commented 5 years ago

Fixed by #113

0.7.2 is now in the NuGet Gallery. @takemyoxygen, looks like https://www.nuget.org/packages/Froto.TypeProvider.DesignTime is new.

takemyoxygen commented 5 years ago

@ctaggart I don't think Froto.TypeProvider.DesignTime needs a separate package. Runtime and DesignTime assemblies together (and all its dependencies) are published as single https://www.nuget.org/packages/Froto.TypeProvider/ package

ctaggart commented 5 years ago

Okay, I’ll unlist it.

ctaggart commented 5 years ago

I helped add support for GitHub Actions to GitVersioning and this is working now. Fixed in #113