Skip to content

4.2.1

Compare
Choose a tag to compare
@chwarr chwarr released this 01 Oct 02:46
· 1017 commits to master since this release

4.2.1: 2016-06-02

  • gbc & compiler library: 0.4.1.0
  • C# NuGet version: 4.2.1
  • C# Comm NuGet version: 0.5.0

gbc

C#

  • Added
    Deserializer.TryDeserialize().
  • Added two new
    NuGet packages
    to make it easier to consume Bond piecemeal.
    • Bond.Compiler: contains gbc, bond.bond, and bond_const.bond in a
      tools-only package
    • Bond.Compiler.CSharp: contains gbc and C# MSBuild targets. No longer
      do you have to consume Bond.CSharp (which pulls in all of the rest of
      Bond) just to get codegen.

C# Comm