3.0.9
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
fromMagicOnion
in Unity project.- The soruce code structures are same as solution/projects for .NET (
MagicOnion.sln
).
- The soruce code structures are same as solution/projects for .NET (
- Restore and separate MagicOnion extensions for Unity.
UnityDebugLogger
andChannelExtensions
are removed at v3.0. But we did not intented to that.- Now, the classes are placed into
MagicOnion.Unity
directory.