From 3e8301f3627a098798d468ef2887ae7063986a21 Mon Sep 17 00:00:00 2001 From: xinchen Date: Sat, 9 Jul 2016 17:24:24 -0700 Subject: [PATCH] dotnet: update referenes to RTM --- build.cmd | 6 ++--- dotnet/Amqp.WebSockets.Client/project.json | 2 +- dotnet/Amqp/project.json | 24 +++++++++---------- nuspec/amqpnetlite.Amqp.Listener.nuspec | 2 +- .../amqpnetlite.Amqp.WebSockets.Client.nuspec | 4 ++-- nuspec/amqpnetlite.Amqp.nuspec | 10 ++++---- src/Properties/AssemblyInfo.cs | 5 +--- 7 files changed, 25 insertions(+), 28 deletions(-) diff --git a/build.cmd b/build.cmd index 3f09a15..3741cd9 100644 --- a/build.cmd +++ b/build.cmd @@ -223,9 +223,9 @@ IF "%NuGetPath%" == "" ( ECHO Building NuGet package with version %build-version% "%NuGetPath%" pack .\nuspec\Amqp.Net.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages" "%NuGetPath%" pack .\nuspec\Amqp.Micro.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages" - "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages" - "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.Listener.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages" - "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.WebSockets.Client.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages" + "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages" + "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.Listener.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages" + "%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.WebSockets.Client.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages" ) GOTO :exit diff --git a/dotnet/Amqp.WebSockets.Client/project.json b/dotnet/Amqp.WebSockets.Client/project.json index d5d874c..5eb27d0 100644 --- a/dotnet/Amqp.WebSockets.Client/project.json +++ b/dotnet/Amqp.WebSockets.Client/project.json @@ -40,7 +40,7 @@ }, "imports": [ "dnxcore50" ], "dependencies": { - "System.Net.WebSockets.Client": "4.0.0-rc2-24027" + "System.Net.WebSockets.Client": "4.0.0" } } } diff --git a/dotnet/Amqp/project.json b/dotnet/Amqp/project.json index bd1f310..d237ebc 100644 --- a/dotnet/Amqp/project.json +++ b/dotnet/Amqp/project.json @@ -50,25 +50,25 @@ }, "imports": [ "dnxcore50" ], "dependencies": { - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.10", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", "System.Collections.NonGeneric": "4.0.0", "System.Diagnostics.Tools": "4.0.0", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10", - "System.Threading.Thread": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "System.Threading.Thread": "4.0.0", + "System.Threading.ThreadPool": "4.0.10", "System.Threading.Timer": "4.0.0", - "System.Net.NameResolution": "4.0.0-beta-23516", - "System.Net.Security": "4.0.0-beta-23516", - "System.Net.Sockets": "4.1.0-beta-23516", - "System.Reflection": "4.0.0", + "System.Net.NameResolution": "4.0.0", + "System.Net.Security": "4.0.0", + "System.Net.Sockets": "4.1.0", + "System.Reflection": "4.1.0", "System.Reflection.Emit.Lightweight": "4.0.0", "System.Reflection.Extensions": "4.0.0", "System.Reflection.TypeExtensions": "4.0.0", "System.Runtime.Serialization.Primitives": "4.1.0", - "System.Security.Claims": "4.0.0", - "System.Security.Principal": "4.0.0" + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.1" } } } diff --git a/nuspec/amqpnetlite.Amqp.Listener.nuspec b/nuspec/amqpnetlite.Amqp.Listener.nuspec index 46cb443..c0969dd 100644 --- a/nuspec/amqpnetlite.Amqp.Listener.nuspec +++ b/nuspec/amqpnetlite.Amqp.Listener.nuspec @@ -15,7 +15,7 @@ AMQP coreclr .NetCore netstandard - + diff --git a/nuspec/amqpnetlite.Amqp.WebSockets.Client.nuspec b/nuspec/amqpnetlite.Amqp.WebSockets.Client.nuspec index 95437d8..c0d629c 100644 --- a/nuspec/amqpnetlite.Amqp.WebSockets.Client.nuspec +++ b/nuspec/amqpnetlite.Amqp.WebSockets.Client.nuspec @@ -15,8 +15,8 @@ AMQP coreclr .NetCore netstandard WebSockets - - + + diff --git a/nuspec/amqpnetlite.Amqp.nuspec b/nuspec/amqpnetlite.Amqp.nuspec index fca71af..d0441a5 100644 --- a/nuspec/amqpnetlite.Amqp.nuspec +++ b/nuspec/amqpnetlite.Amqp.nuspec @@ -21,12 +21,12 @@ - - + + - - - + + + diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 0cef57e..2772474 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -14,8 +14,8 @@ // See the Apache Version 2.0 License for specific language governing permissions and // limitations under the License. // ------------------------------------------------------------------------------------ + using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -33,6 +33,3 @@ using System.Runtime.InteropServices; // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d1389a8f-5b67-4112-9415-8dd5b6bc72c8")]