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

Release Date: 2018-12-17 // over 5 years ago
  • ๐Ÿš€ This release is only for unity fix.

    • ๐Ÿ‘Œ Support .NET Standard 2.0 (NET Standard 2.0 can't use dynamic code generation so requires mpc code generation).
    • ๐Ÿ†• New mpc(UniversalCodeGenerator.zip - MessagePack Compiler) binary supports win-x64, linux-x64, osx-x64.

    Note:
    ๐Ÿง Currently new mpc can not generate from legacy csproj(.NET 4.x, Unity) in linux and osx.
    ๐Ÿ Please use windows or use new csproj(.NET Core).
    Details is here. #355