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-04-02 12:38:04 +0300
committerneuecc <ils@neue.cc>2017-04-02 12:38:04 +0300
commitb78cbb794c8c31dab330515ac4bdfb2b00da84cd (patch)
tree38edd3e228b6d2a34cbf0392e1f6df1d2a2fc393
parent8216b17d3e6d4db7616d7da80f1042552f3507f2 (diff)
1.1.2v1.1.2
-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.nuspec6
-rw-r--r--nuget/MessagePackAnalyzer.nuspec4
-rw-r--r--nuget/push.bat12
-rw-r--r--src/MessagePack.CodeGenerator/Properties/AssemblyInfo.cs4
-rw-r--r--src/MessagePackAnalyzer/Properties/AssemblyInfo.cs4
9 files changed, 27 insertions, 27 deletions
diff --git a/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec b/nuget/MessagePack.AspNetCoreMvcFormatter.nuspec
index c4734930..92574d57 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.1.1</version>
+ <version>1.1.2</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="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
<dependency id="Microsoft.AspNetCore.Mvc.Abstractions" version="1.1.2" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
<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 eab0b73f..f445eb3c 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.1.1</version>
+ <version>1.1.2</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="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.1.1" />
+ <dependency id="MessagePack" version="1.1.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 1770c721..396c3af2 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.1.1</version>
+ <version>1.1.2</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="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
<dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec
index 1fdf8c81..7a4159d8 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.1.1</version>
+ <version>1.1.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,10 +17,10 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="1.1.1" />
+ <dependency id="MessagePack" version="1.1.2" />
</group>
</dependencies>
</metadata>
diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec
index 06fc28a9..13cb4855 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>1.1.1</version>
+ <version>1.1.2</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>add OldSpecResolver and some bug fixes.</releaseNotes>
+ <releaseNotes>Support IgnoreDataMemberAttribute, Reduce class name length restrictions, fix mpc.exe.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, Unity, Xamarin</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
@@ -37,6 +37,6 @@
<file src="..\src\MessagePack\bin\Release\netstandard1.4\MessagePack.xml" target="lib\net45" />
<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\" />
+ <file src="tools\*" target="tools" />
</files>
</package> \ No newline at end of file
diff --git a/nuget/MessagePackAnalyzer.nuspec b/nuget/MessagePackAnalyzer.nuspec
index 4234f88c..05d9c444 100644
--- a/nuget/MessagePackAnalyzer.nuspec
+++ b/nuget/MessagePackAnalyzer.nuspec
@@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePackAnalyzer</id>
- <version>1.5.0</version>
+ <version>1.6.0</version>
<title>MessagePackAnalyzer</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
<projectUrl>https://github.com/neuecc/MessagePack-CSharp/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].</description>
- <releaseNotes>Supports oldspec msgpack format resolver.</releaseNotes>
+ <releaseNotes>Supports System.Runtime.Serialization.IgnoreDataMemberAttribtue.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Analyzer</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
diff --git a/nuget/push.bat b/nuget/push.bat
index e72f1e7c..47191ae5 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,6 +1,6 @@
-nuget push MessagePack.1.1.1.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ImmutableCollection.1.1.1.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ReactiveProperty.1.1.1.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.UnityShims.1.1.1.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.AspNetCoreMvcFormatter.1.1.1.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePackAnalyzer.1.5.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
+nuget push MessagePack.1.1.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ImmutableCollection.1.1.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ReactiveProperty.1.1.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.UnityShims.1.1.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.AspNetCoreMvcFormatter.1.1.2.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePackAnalyzer.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
diff --git a/src/MessagePack.CodeGenerator/Properties/AssemblyInfo.cs b/src/MessagePack.CodeGenerator/Properties/AssemblyInfo.cs
index 839bfd11..2adf40a3 100644
--- a/src/MessagePack.CodeGenerator/Properties/AssemblyInfo.cs
+++ b/src/MessagePack.CodeGenerator/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.1.1.0")]
-[assembly: AssemblyFileVersion("1.1.1.0")]
+[assembly: AssemblyVersion("1.1.2.0")]
+[assembly: AssemblyFileVersion("1.1.2.0")]
diff --git a/src/MessagePackAnalyzer/Properties/AssemblyInfo.cs b/src/MessagePackAnalyzer/Properties/AssemblyInfo.cs
index fce8db2f..2dd0ff8b 100644
--- a/src/MessagePackAnalyzer/Properties/AssemblyInfo.cs
+++ b/src/MessagePackAnalyzer/Properties/AssemblyInfo.cs
@@ -27,5 +27,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.5.0")]
-[assembly: AssemblyFileVersion("1.5.0")]
+[assembly: AssemblyVersion("1.6.0")]
+[assembly: AssemblyFileVersion("1.6.0")]