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-01 07:13:22 +0300
committerneuecc <ils@neue.cc>2017-03-01 07:13:22 +0300
commit7109050e97f3f09e281492c583eedd45ba738442 (patch)
tree05f8b9bb8852febbb4f49b21481743a819bb7342 /nuget
parent312c8c48c3e3e8a058f6105ffa49cf7867163a5a (diff)
0.4.0 ready
Diffstat (limited to 'nuget')
-rw-r--r--nuget/MessagePack.ImmutableCollection.nuspec8
-rw-r--r--nuget/MessagePack.ReactiveProperty.nuspec6
-rw-r--r--nuget/MessagePack.UnityShims.nuspec8
-rw-r--r--nuget/MessagePack.nuspec4
-rw-r--r--nuget/MessagePackAnalyzer.nuspec22
-rw-r--r--nuget/pack.bat3
-rw-r--r--nuget/push.bat9
7 files changed, 42 insertions, 18 deletions
diff --git a/nuget/MessagePack.ImmutableCollection.nuspec b/nuget/MessagePack.ImmutableCollection.nuspec
index 8dcaa999..9c81d481 100644
--- a/nuget/MessagePack.ImmutableCollection.nuspec
+++ b/nuget/MessagePack.ImmutableCollection.nuspec
@@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.ImmutableCollection</id>
- <version>0.3.0-beta</version>
+ <version>0.4.0</version>
<title>MessagePack for C# Extension Support for ImmutableCollection</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 System.Collections.Immutable.</description>
- <releaseNotes>improve.</releaseNotes>
+ <releaseNotes>update dependency.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
@@ -17,11 +17,11 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.3.0" />
+ <dependency id="MessagePack" version="0.4.0" />
<dependency id="System.Collections.Immutable" version="1.3.1" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.3.0" />
+ <dependency id="MessagePack" version="0.4.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 aa1668c0..601e601d 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.3.0-beta</version>
+ <version>0.4.0</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.3.0" />
+ <dependency id="MessagePack" version="0.4.0" />
<dependency id="ReactiveProperty" version="3.5.0" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.3.0" />
+ <dependency id="MessagePack" version="0.4.0" />
<dependency id="ReactiveProperty" version="3.5.0" />
</group>
</dependencies>
diff --git a/nuget/MessagePack.UnityShims.nuspec b/nuget/MessagePack.UnityShims.nuspec
index bc0f0533..59422f5c 100644
--- a/nuget/MessagePack.UnityShims.nuspec
+++ b/nuget/MessagePack.UnityShims.nuspec
@@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MessagePack.Unity</id>
- <version>0.3.0-beta</version>
+ <version>0.4.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>
<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 Unity.</description>
- <releaseNotes>improve.</releaseNotes>
+ <releaseNotes>update dependency.</releaseNotes>
<tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, ReactiveProperty</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
@@ -17,10 +17,10 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
- <dependency id="MessagePack" version="0.3.0" />
+ <dependency id="MessagePack" version="0.4.0" />
</group>
<group targetFramework=".NETStandard1.4">
- <dependency id="MessagePack" version="0.3.0" />
+ <dependency id="MessagePack" version="0.4.0" />
</group>
</dependencies>
</metadata>
diff --git a/nuget/MessagePack.nuspec b/nuget/MessagePack.nuspec
index 93637430..2e91f18f 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.3.0-beta</version>
+ <version>0.4.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>improve. add mpc.exe.</releaseNotes>
+ <releaseNotes>initial non beta.</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
new file mode 100644
index 00000000..aaeb3e5d
--- /dev/null
+++ b/nuget/MessagePackAnalyzer.nuspec
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>MessagePackAnalyzer</id>
+ <version>1.0.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>
+ <tags>MsgPack, MessagePack, Serialization, Formatter, Analyzer</tags>
+ <frameworkAssemblies>
+ <frameworkAssembly assemblyName="System" targetFramework="" />
+ </frameworkAssemblies>
+ </metadata>
+ <files>
+ <file src="..\src\MessagePackAnalyzer\bin\Release\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
+ <file src="..\src\MessagePackAnalyzer\bin\Release\tools\*.ps1" target="tools\" />
+ </files>
+</package> \ No newline at end of file
diff --git a/nuget/pack.bat b/nuget/pack.bat
index bdb840ea..5ae86756 100644
--- a/nuget/pack.bat
+++ b/nuget/pack.bat
@@ -1,4 +1,5 @@
nuget pack MessagePack.nuspec
nuget pack MessagePack.ImmutableCollection.nuspec
nuget pack MessagePack.ReactiveProperty.nuspec
-nuget pack MessagePack.UnityShims.nuspec \ No newline at end of file
+nuget pack MessagePack.UnityShims.nuspec
+nuget pack MessagePackAnalyzer.nuspec \ No newline at end of file
diff --git a/nuget/push.bat b/nuget/push.bat
index aee3490b..e0a1b136 100644
--- a/nuget/push.bat
+++ b/nuget/push.bat
@@ -1,4 +1,5 @@
-nuget push MessagePack.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ImmutableCollection.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.ReactiveProperty.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
-nuget push MessagePack.Unity.0.3.0-beta.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file
+nuget push MessagePack.0.4.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ImmutableCollection.0.4.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.ReactiveProperty.0.4.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePack.Unity.0.4.0.nupkg -Source https://www.nuget.org/api/v2/package
+nuget push MessagePackAnalyzer.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file