Skip to content

Tags: codewriter-packages/MessagePack-CSharp

Tags

v2.3.85

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#1314 from AArnott/fix1308

Skip setting fields when the ctor already took the value

v2.3.75

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Merge develop into master

v2.3.73-alpha

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#1288 from AArnott/fix1274

Add support for C# 9 record types in mpc

v2.2.113

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#1277 from seriousbox/fix-int-ke…

…y-constructor-matching

Updating constructor matching for int keys

v2.3.58-alpha

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Stamp unity package version as 2.3.58-alpha

v2.2.85

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Consider nuget push failure non-critical

v2.2.60

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Bump Unity package version to 2.2.60

v2.2.44-rc

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#1043 from AArnott/v2.2

Merge master into v2.2

v2.1.194

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#1041 from pCYSl5EDgo/ZeroLength…

…ArrayDeserialization

Use `Array.Empty<T>()` instead of `new T[]` wherever possible

v2.2.36-alpha

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request MessagePack-CSharp#948 from AArnott/expandoObject

Add support for ExpandoObject