Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2017-03-13 03:41:50 +0300
committerneuecc <ils@neue.cc>2017-03-13 03:41:50 +0300
commit353ab92522a1d7f6f3e4ce04d390c2f154d87ca7 (patch)
treeca09ba06cf73cee9902376d7e081f2c4b76b1d6e /nuget
parent209f301e2e595ed366408624011ba2e856d23429 (diff)
1.0.11.0.1
Diffstat (limited to 'nuget')
-rw-r--r--nuget/MessagePack.AspNetCoreMvcFormatter.nuspec6
-rw-r--r--nuget/MessagePack.ImmutableCollection.nuspec6
-rw-r--r--nuget/MessagePack.ReactiveProperty.nuspec6
-rw-r--r--nuget/MessagePack.UnityShims.nuspec6
-rw-r--r--nuget/MessagePack.nuspec4
-rw-r--r--nuget/pack.bat1
-rw-r--r--nuget/push.bat9
-rw-r--r--nuget/unity/MessagePack.1.0.1.unitypackagebin0 -> 70967 bytes
-rw-r--r--nuget/unity/tools/mpc.exe.config62
9 files changed, 20 insertions, 80 deletions
diff --git a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
index f38ef6db..6db8f198 100644
--- a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
+++ b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.AspNetCoreMvcFormatter</id>
- <version>0.8.5</version>
+ <version>1.0.1</version>
<title>ASP.NET Core MVC Input/Output MessagePack formatter</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.ImmutableCollection.nuspec b/nuget/MessagePack.ImmutableCollection.nuspec
index b43db931..efac0490 100644
--- a/nuget/MessagePack.ImmutableCollection.nuspec
+++ b/nuget/MessagePack.ImmutableCollection.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ImmutableCollection</id>
- <version>0.8.5</version>
+ <version>1.0.1</version>
<title>MessagePack for C# Extension Support for ImmutableCollection</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.ReactiveProperty.nuspec b/nuget/MessagePack.ReactiveProperty.nuspec
index 2a25118d..8d7975a8 100644
--- a/nuget/MessagePack.ReactiveProperty.nuspec
+++ b/nuget/MessagePack.ReactiveProperty.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ReactiveProperty</id>
- <version>0.8.5</version>
+ <version>1.0.1</version>
<title>MessagePack for C# Extension Support for ReactiveProperty</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec
index 5c15683c..d36caa9d 100644
--- a/nuget/MessagePack.UnityShims.nuspec
+++ b/nuget/MessagePack.UnityShims.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.UnityShims</id>
- <version>0.8.5</version>
+ <version>1.0.1</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>
@@ -17,10 +17,10 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.8.5" />
+ <dependency id="MessagePack" version="1.0.1" />
</group>
</dependencies>
</metadata>
diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec
index a35cf8ad..302cb24e 100644
--- a/nuget/MessagePack.nuspec
+++ b/nuget/MessagePack.nuspec
@@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack</id>
- <version>0.8.5</version>
+ <version>1.0.1</version>
<title>MessagePack for C#</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
<projectUrl>https://github.com/neuecc/MessagePack-CSharp/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin).</description>
- <releaseNotes>for supports LZ4.</releaseNotes>
+ <releaseNotes>first stable version.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, Unity, Xamarin</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
diff --git a/nuget/pack.bat b/nuget/pack.bat
index 5ae86756..1d6c5a75 100644
--- a/nuget/pack.bat
+++ b/nuget/pack.bat
@@ -2,4 +2,5 @@ nuget pack MessagePack.nuspec
nuget pack MessagePack.ImmutableCollection.nuspec
nuget pack MessagePack.ReactiveProperty.nuspec
nuget pack MessagePack.UnityShims.nuspec
+nuget pack MessagePack.AspNetCoreMvcFormatter.nuspec
nuget pack MessagePackAnalyzer.nuspec \ No newline at end of file
diff --git a/nuget/push.bat b/nuget/push.bat
index 1b2485e3..bbc68196 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,5 +1,6 @@
-nuget push MessagePack.0.8.5.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ImmutableCollection.0.8.5.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ReactiveProperty.0.8.5.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.UnityShims.0.8.5.nupkg -Source https://www.nuget.org/api/v2/package
+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
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/nuget/unity/MessagePack.1.0.1.unitypackage b/nuget/unity/MessagePack.1.0.1.unitypackage
new file mode 100644
index 00000000..5422b949
--- /dev/null
+++ b/nuget/unity/MessagePack.1.0.1.unitypackage
Binary files differ
diff --git a/nuget/unity/tools/mpc.exe.config b/nuget/unity/tools/mpc.exe.config
deleted file mode 100644
index b95492bf..00000000
--- a/nuget/unity/tools/mpc.exe.config
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
- </startup>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Diagnostics.FileVersionInfo" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file