Skip to content

3.0.9

Compare
Choose a tag to compare
@neuecc neuecc released this 17 Feb 06:52
6100595

Changes

Improvements and fixes

#269 Add NuGet package icon

#254 Add AssemblyDefinition for Unity package and organize MagicOnion, MagicOnion.Abstractions

⚠NOTE: If you installed the previous version in your project, delete existing MagicOnion package before upgrading.

  • Separate MagicOnion.Abstractions from MagicOnion in Unity project.
    • The soruce code structures are same as solution/projects for .NET (MagicOnion.sln).
  • Restore and separate MagicOnion extensions for Unity.
    • UnityDebugLogger and ChannelExtensions are removed at v3.0. But we did not intented to that.
    • Now, the classes are placed into MagicOnion.Unity directory.

#258 Bump MessagePack from 2.0.323 to 2.1.80