From 42283b4367169e716894f1618fe6b9c2e0e7b4ee Mon Sep 17 00:00:00 2001 From: neuecc Date: Wed, 15 Mar 2017 15:28:18 +0900 Subject: [PATCH] 1.0.2 --- .gitignore | 3 ++- README.md | 3 +++ nuget/MessagePack.AspNetCoreMvcFormatter.nuspec | 6 +++--- nuget/MessagePack.ImmutableCollection.nuspec | 6 +++--- nuget/MessagePack.ReactiveProperty.nuspec | 6 +++--- nuget/MessagePack.UnityShims.nuspec | 6 +++--- nuget/MessagePack.nuspec | 2 +- nuget/push.bat | 10 +++++----- .../MessagePack.UnityClient.CSharp.csproj | 2 ++ .../ProjectSettings/ProjectVersion.txt | 3 ++- 10 files changed, 27 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 0d06464a..35094244 100644 --- a/.gitignore +++ b/.gitignore @@ -272,4 +272,5 @@ nuget/mpc.exe nuget/mpc.exe.config nuget/tools/* -nuget/unity/tools/* \ No newline at end of file +nuget/unity/tools/* +nuget/unity* \ No newline at end of file diff --git a/README.md b/README.md index 3c11771a..eee27f37 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,9 @@ mpc arguments help: ``` // Simple Sample: mpc.exe -i "..\src\Sandbox.Shared.csproj" -o "MessagePackGenerated.cs" + +// Use force map simulate DynamicContractlessObjectResolver +mpc.exe -i "..\src\Sandbox.Shared.csproj" -o "MessagePackGenerated.cs" -m ``` If you create DLL by msbuild project, you can use Pre/Post build event. diff --git a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec index 6db8f198..5eb09e7b 100644 --- a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec +++ b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec @@ -2,7 +2,7 @@ MessagePack.AspNetCoreMvcFormatter - 1.0.1 + 1.0.2 ASP.NET Core MVC Input/Output MessagePack formatter neuecc neuecc @@ -17,11 +17,11 @@ - + - + diff --git a/nuget/MessagePack.ImmutableCollection.nuspec b/nuget/MessagePack.ImmutableCollection.nuspec index efac0490..d4d41903 100644 --- a/nuget/MessagePack.ImmutableCollection.nuspec +++ b/nuget/MessagePack.ImmutableCollection.nuspec @@ -2,7 +2,7 @@ MessagePack.ImmutableCollection - 1.0.1 + 1.0.2 MessagePack for C# Extension Support for ImmutableCollection neuecc neuecc @@ -17,11 +17,11 @@ - + - + diff --git a/nuget/MessagePack.ReactiveProperty.nuspec b/nuget/MessagePack.ReactiveProperty.nuspec index 8d7975a8..33201b9b 100644 --- a/nuget/MessagePack.ReactiveProperty.nuspec +++ b/nuget/MessagePack.ReactiveProperty.nuspec @@ -2,7 +2,7 @@ MessagePack.ReactiveProperty - 1.0.1 + 1.0.2 MessagePack for C# Extension Support for ReactiveProperty neuecc neuecc @@ -17,11 +17,11 @@ - + - + diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec index d36caa9d..953414e7 100644 --- a/nuget/MessagePack.UnityShims.nuspec +++ b/nuget/MessagePack.UnityShims.nuspec @@ -2,7 +2,7 @@ MessagePack.UnityShims - 1.0.1 + 1.0.2 MessagePack for C# Extension Support for Unity(add pseudo Vector type and fast Vectory[] extension formatter) neuecc neuecc @@ -17,10 +17,10 @@ - + - + diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec index 302cb24e..bbea2df5 100644 --- a/nuget/MessagePack.nuspec +++ b/nuget/MessagePack.nuspec @@ -2,7 +2,7 @@ MessagePack - 1.0.1 + 1.0.2 MessagePack for C# neuecc neuecc diff --git a/nuget/push.bat b/nuget/push.bat index bbc68196..45856e86 100644 --- a/nuget/push.bat +++ b/nuget/push.bat @@ -1,6 +1,6 @@ -nuget push MessagePack.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package -nuget push MessagePack.ImmutableCollection.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package -nuget push MessagePack.ReactiveProperty.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package -nuget push MessagePack.UnityShims.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package -nuget push MessagePack.MessagePack.AspNetCoreMvcFormatter.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package +nuget push MessagePack.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package +nuget push MessagePack.ImmutableCollection.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package +nuget push MessagePack.ReactiveProperty.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package +nuget push MessagePack.UnityShims.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package +nuget push MessagePack.MessagePack.AspNetCoreMvcFormatter.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package REM nuget push MessagePackAnalyzer.1.4.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file diff --git a/src/MessagePack.UnityClient/MessagePack.UnityClient.CSharp.csproj b/src/MessagePack.UnityClient/MessagePack.UnityClient.CSharp.csproj index 8ae48f68..d17e4bee 100644 --- a/src/MessagePack.UnityClient/MessagePack.UnityClient.CSharp.csproj +++ b/src/MessagePack.UnityClient/MessagePack.UnityClient.CSharp.csproj @@ -79,6 +79,7 @@ + @@ -119,6 +120,7 @@ + diff --git a/src/MessagePack.UnityClient/ProjectSettings/ProjectVersion.txt b/src/MessagePack.UnityClient/ProjectSettings/ProjectVersion.txt index 1049cc72..5cd8a632 100644 --- a/src/MessagePack.UnityClient/ProjectSettings/ProjectVersion.txt +++ b/src/MessagePack.UnityClient/ProjectSettings/ProjectVersion.txt @@ -1 +1,2 @@ -m_EditorVersion: 5.5.2f1 +m_EditorVersion: 5.3.7p2 +m_StandardAssetsVersion: 0