Skip to content

Ver 1.7.3.5

Choose a tag to compare

@neuecc neuecc released this 17 Dec 10:07
· 3023 commits to master since this release

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