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-02 13:00:45 +0300
committerneuecc <ils@neue.cc>2017-03-02 13:00:45 +0300
commitb272e30cb3b0a72cdb79be73a1a265013782cedc (patch)
tree8a3665f6303e0179f2ece6635dbf7fe4a4172e6b /nuget
parent5b120fd7ba331333c193ec69465cd377e24521c5 (diff)
analyzer 1.2.0
Diffstat (limited to 'nuget')
-rw-r--r--nuget/MessagePack.ImmutableCollection.nuspec6
-rw-r--r--nuget/MessagePack.ReactiveProperty.nuspec8
-rw-r--r--nuget/MessagePack.UnityShims.nuspec6
-rw-r--r--nuget/MessagePack.nuspec4
-rw-r--r--nuget/MessagePackAnalyzer.nuspec4
-rw-r--r--nuget/push.bat10
6 files changed, 19 insertions, 19 deletions
diff --git a/nuget/MessagePack.ImmutableCollection.nuspec b/nuget/MessagePack.ImmutableCollection.nuspec
index 79235867..ab3e1c7c 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.5.0</version>
+ <version>0.6.0</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.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.ReactiveProperty.nuspec b/nuget/MessagePack.ReactiveProperty.nuspec
index 9cbb1532..23b60683 100644
--- a/nuget/MessagePack.ReactiveProperty.nuspec
+++ b/nuget/MessagePack.ReactiveProperty.nuspec
@@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ReactiveProperty</id>
- <version>0.5.0</version>
+ <version>0.6.0</version>
<title>MessagePack for C# Extension Support for ReactiveProperty</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). Extension support for ReactiveProperty.</description>
- <releaseNotes>dependency update.</releaseNotes>
+ <releaseNotes>update dependency.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, ReactiveProperty</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
@@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
<dependency id="ReactiveProperty" version="3.5.0" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
<dependency id="ReactiveProperty" version="3.5.0" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec
index 5c004139..2810fd9f 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.5.0</version>
+ <version>0.6.0</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.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.5.0" />
+ <dependency id="MessagePack" version="0.6.0" />
</group>
</dependencies>
</metadata>
diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec
index a5482d0c..6439c025 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.5.0</version>
+ <version>0.6.0</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).</description>
- <releaseNotes>initial non beta.</releaseNotes>
+ <releaseNotes>improve code generator.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
diff --git a/nuget/MessagePackAnalyzer.nuspec b/nuget/MessagePackAnalyzer.nuspec
index 38bd31bc..5901d67d 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.1.0</version>
+ <version>1.2.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>initial reelase.</releaseNotes>
+ <releaseNotes>improve CodeFix add attribute format.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Analyzer</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
diff --git a/nuget/push.bat b/nuget/push.bat
index a1f5a374..5452f35f 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,5 +1,5 @@
-nuget push MessagePack.0.5.0.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ImmutableCollection.0.5.0.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ReactiveProperty.0.5.0.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.UnityShims.0.5.0.nupkg -Source https://www.nuget.org/api/v2/package
-REM nuget push MessagePackAnalyzer.1.1.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
+nuget push MessagePack.0.6.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ImmutableCollection.0.6.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ReactiveProperty.0.6.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.UnityShims.0.6.0.nupkg -Source https://www.nuget.org/api/v2/package
+REM nuget push MessagePackAnalyzer.1.2.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file