Skip to content

Commit

Permalink
fix Mpc(generate invalid code when type is in global namespace, union…
Browse files Browse the repository at this point in the history
… key is not sequential from zero)
  • Loading branch information
neuecc committed May 24, 2017
1 parent 129776e commit 51952ee
Show file tree
Hide file tree
Showing 18 changed files with 1,051 additions and 127 deletions.
4 changes: 2 additions & 2 deletions nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.AspNetCoreMvcFormatter</id>
<version>1.2.2</version>
<version>1.2.3</version>
<title>ASP.NET Core MVC Input/Output MessagePack formatter</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -13,7 +13,7 @@
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, aspnetcore, aspnetcoremvc</tags>
<dependencies>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.2.0" />
</group>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions nuget/MessagePack.ImmutableCollection.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ImmutableCollection</id>
<version>1.2.2</version>
<version>1.2.3</version>
<title>MessagePack for C# Extension Support for ImmutableCollection</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,15 +17,15 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions nuget/MessagePack.ReactiveProperty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ReactiveProperty</id>
<version>1.2.2</version>
<version>1.2.3</version>
<title>MessagePack for C# Extension Support for ReactiveProperty</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,15 +17,15 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions nuget/MessagePack.UnityShims.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.UnityShims</id>
<version>1.2.2</version>
<version>1.2.3</version>
<title>MessagePack for C# Extension Support for Unity(add pseudo Vector type and fast Vectory[] extension formatter)</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,13 +17,13 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.2.2" />
<dependency id="MessagePack" version="1.2.3" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion nuget/MessagePack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack</id>
<version>1.2.2</version>
<version>1.2.3</version>
<title>MessagePack for C#</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand Down
10 changes: 5 additions & 5 deletions nuget/push.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nuget push MessagePack.1.2.2.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.ImmutableCollection.1.2.2.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.ReactiveProperty.1.2.2.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.UnityShims.1.2.2.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.AspNetCoreMvcFormatter.1.2.2.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.1.2.3.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.ImmutableCollection.1.2.3.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.ReactiveProperty.1.2.3.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.UnityShims.1.2.3.nupkg -Source https://www.nuget.org/api/v2/package
nuget push MessagePack.AspNetCoreMvcFormatter.1.2.3.nupkg -Source https://www.nuget.org/api/v2/package
REM nuget push MessagePackAnalyzer.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package

0 comments on commit 51952ee

Please sign in to comment.