MessagePack for C# (.NET, .NET Core, Unity, Xamarin) v1.7.3.6 Release Notes

Release Date: 2019-01-07 // over 5 years ago
  • ๐Ÿš€ This release is only for code generator(mpc) fix.
    for .NET, .NET Standard runtime, please use 1.7.3.
    for Unity runtime, please use 1.7.3.5.

    • ๐Ÿ‘Œ support linux and mac with legacy csproj #357, thanks @itn3000
    • ๐Ÿ‘‰ show Type.FullName when code generation failed
    • return error code(1) instead of crash when code geneation failed

    Note:
    ๐Ÿง mpc requires dotnet core runtime and msbuild(to support legacy csproj, on linux/osx, you can use mono msbuild).