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
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2017-10-04 22:33:07 +0300
committerneuecc <ils@neue.cc>2017-10-04 22:33:07 +0300
commit78097b1a99d1b7f56e4790a43537c119826a3f7a (patch)
tree1eb3d223373c1e1de8999fa6572d341473a3d766
parent7bcc3bdd62e301bd0020d816227a3c4ca90ff0a7 (diff)
ready for 1.6.2v1.6.2
-rw-r--r--nuget/MessagePack.AspNetCoreMvcFormatter.nuspec4
-rw-r--r--nuget/MessagePack.ImmutableCollection.nuspec8
-rw-r--r--nuget/MessagePack.ReactiveProperty.nuspec8
-rw-r--r--nuget/MessagePack.UnityShims.nuspec8
-rw-r--r--nuget/MessagePack.nuspec3
-rw-r--r--nuget/push.bat12
-rw-r--r--src/MessagePack.AspNetCoreMvcFormatter/_AssemblyInfo.cs4
-rw-r--r--src/MessagePack.ImmutableCollection/_AssemblyInfo.cs4
-rw-r--r--src/MessagePack.ReactiveProperty/_AssemblyInfo.cs4
-rw-r--r--src/MessagePack.UnityShims/_AssemblyInfo.cs4
-rw-r--r--src/MessagePack/_AssemblyInfo.cs4
11 files changed, 31 insertions, 32 deletions
diff --git a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
index 3ee16d15..369e5675 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>1.6.1.2</version>
+ <version>1.6.2</version>
<title>ASP.NET Core MVC Input/Output MessagePack formatter</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -13,7 +13,7 @@
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, aspnetcore, aspnetcoremvc</tags>
<dependencies>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.2.0" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.ImmutableCollection.nuspec b/nuget/MessagePack.ImmutableCollection.nuspec
index 51dc6d35..f1e79c6e 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>1.6.1.2</version>
+ <version>1.6.2</version>
<title>MessagePack for C# Extension Support for ImmutableCollection</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -17,15 +17,15 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.ReactiveProperty.nuspec b/nuget/MessagePack.ReactiveProperty.nuspec
index 4da636f4..9b83423b 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>1.6.1.2</version>
+ <version>1.6.2</version>
<title>MessagePack for C# Extension Support for ReactiveProperty</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -17,15 +17,15 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec
index be80b33d..9816b767 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>1.6.1.2</version>
+ <version>1.6.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>
@@ -17,13 +17,13 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.7">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
</group>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.6.1.2" />
+ <dependency id="MessagePack" version="1.6.2" />
</group>
</dependencies>
</metadata>
diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec
index d01cd91d..2baaacaa 100644
--- a/nuget/MessagePack.nuspec
+++ b/nuget/MessagePack.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack</id>
- <version>1.6.1.2</version>
+ <version>1.6.2</version>
<title>MessagePack for C#</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
@@ -39,6 +39,5 @@
<file src="..\src\MessagePack\bin\Release\netstandard1.4\MessagePack.xml" target="lib\net47" />
<file src="..\src\MessagePack\bin\Release\netstandard1.4\MessagePack.dll" target="lib\netstandard1.4" />
<file src="..\src\MessagePack\bin\Release\netstandard1.4\MessagePack.xml" target="lib\netstandard1.4" />
- <file src="tools\*" target="tools" />
</files>
</package> \ No newline at end of file
diff --git a/nuget/push.bat b/nuget/push.bat
index bfa23b40..f7961885 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,6 +1,6 @@
-nuget push MessagePack.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ImmutableCollection.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ReactiveProperty.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.UnityShims.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.AspNetCoreMvcFormatter.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePackAnalyzer.1.6.1.2.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
+nuget push MessagePack.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ImmutableCollection.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ReactiveProperty.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.UnityShims.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.AspNetCoreMvcFormatter.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package
+REM nuget push MessagePackAnalyzer.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
diff --git a/src/MessagePack.AspNetCoreMvcFormatter/_AssemblyInfo.cs b/src/MessagePack.AspNetCoreMvcFormatter/_AssemblyInfo.cs
index 5ce20416..d1f73315 100644
--- a/src/MessagePack.AspNetCoreMvcFormatter/_AssemblyInfo.cs
+++ b/src/MessagePack.AspNetCoreMvcFormatter/_AssemblyInfo.cs
@@ -11,5 +11,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("7c1f59ed-3929-4cbb-8aca-b13139fbca3a")]
-[assembly: AssemblyVersion("1.6.1.2")]
-[assembly: AssemblyFileVersion("1.6.1.2")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
diff --git a/src/MessagePack.ImmutableCollection/_AssemblyInfo.cs b/src/MessagePack.ImmutableCollection/_AssemblyInfo.cs
index 09efeb0d..338bb1f2 100644
--- a/src/MessagePack.ImmutableCollection/_AssemblyInfo.cs
+++ b/src/MessagePack.ImmutableCollection/_AssemblyInfo.cs
@@ -11,5 +11,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("fe5a979e-24c6-47dd-919f-81df6fb2e160")]
-[assembly: AssemblyVersion("1.6.1.2")]
-[assembly: AssemblyFileVersion("1.6.1.2")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
diff --git a/src/MessagePack.ReactiveProperty/_AssemblyInfo.cs b/src/MessagePack.ReactiveProperty/_AssemblyInfo.cs
index 91313659..c732f0a2 100644
--- a/src/MessagePack.ReactiveProperty/_AssemblyInfo.cs
+++ b/src/MessagePack.ReactiveProperty/_AssemblyInfo.cs
@@ -11,5 +11,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("16b0640a-c86d-4f21-bf2f-45efc728ae96")]
-[assembly: AssemblyVersion("1.6.1.2")]
-[assembly: AssemblyFileVersion("1.6.1.2")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
diff --git a/src/MessagePack.UnityShims/_AssemblyInfo.cs b/src/MessagePack.UnityShims/_AssemblyInfo.cs
index ef79caf6..410c6750 100644
--- a/src/MessagePack.UnityShims/_AssemblyInfo.cs
+++ b/src/MessagePack.UnityShims/_AssemblyInfo.cs
@@ -11,5 +11,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("4b074f49-f7cb-4885-9a58-cc75a7d64b62")]
-[assembly: AssemblyVersion("1.6.1.2")]
-[assembly: AssemblyFileVersion("1.6.1.2")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
diff --git a/src/MessagePack/_AssemblyInfo.cs b/src/MessagePack/_AssemblyInfo.cs
index 61f570d3..9a7195cd 100644
--- a/src/MessagePack/_AssemblyInfo.cs
+++ b/src/MessagePack/_AssemblyInfo.cs
@@ -12,8 +12,8 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: Guid("b23e464e-0ac2-47c9-9520-ea98cbb99575")]
-[assembly: AssemblyVersion("1.6.1.2")]
-[assembly: AssemblyFileVersion("1.6.1.2")]
+[assembly: AssemblyVersion("1.6.2")]
+[assembly: AssemblyFileVersion("1.6.2")]
// sn.exe -Tp
//[assembly: InternalsVisibleTo("MessagePack.Tests, PublicKey=" +