Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 15, 2017
1 parent 19b5ca1 commit 42283b4
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,5 @@ nuget/mpc.exe
nuget/mpc.exe.config

nuget/tools/*
nuget/unity/tools/*
nuget/unity/tools/*
nuget/unity*
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 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.0.1</version>
<version>1.0.2</version>
<title>ASP.NET Core MVC Input/Output MessagePack formatter</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2" />
</group>
</dependencies>
Expand Down
6 changes: 3 additions & 3 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.0.1</version>
<version>1.0.2</version>
<title>MessagePack for C# Extension Support for ImmutableCollection</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
</dependencies>
Expand Down
6 changes: 3 additions & 3 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.0.1</version>
<version>1.0.2</version>
<title>MessagePack for C# Extension Support for ReactiveProperty</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand All @@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
Expand Down
6 changes: 3 additions & 3 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.0.1</version>
<version>1.0.2</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,10 +17,10 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="1.0.1" />
<dependency id="MessagePack" version="1.0.2" />
</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.0.1</version>
<version>1.0.2</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.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
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<Compile Include="Assets\Scripts\MessagePack\FloatBits.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\CollectionFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\DictionaryFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\EnumAsStringFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\IMessagePackFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\MultiDimentionalArrayFormatter.cs" />
<Compile Include="Assets\Scripts\MessagePack\Formatters\NullableFormatter.cs" />
Expand Down Expand Up @@ -119,6 +120,7 @@
<Compile Include="Assets\Scripts\MessagePack\Nil.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\BuiltinResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\CompositeResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\DynamicEnumAsStringResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\DynamicEnumResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\DynamicGenericResolver.cs" />
<Compile Include="Assets\Scripts\MessagePack\Resolvers\DynamicObjectResolver.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 5.5.2f1
m_EditorVersion: 5.3.7p2
m_StandardAssetsVersion: 0

0 comments on commit 42283b4

Please sign in to comment.