From 51cc9940f9ce7008b377c4e5b2043caa5698845a Mon Sep 17 00:00:00 2001 From: Matt Willer Date: Tue, 27 Mar 2018 14:44:47 -0700 Subject: [PATCH] v3.6.0 Release --- Box.V2.Core/Box.V2.Core.csproj | 4 ++-- Box.V2/Box.V2.nuspec | 4 ++-- Box.V2/Utility/AssemblyInfo.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 589d6a434..10ec76384 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -3,13 +3,13 @@ Box.V2 for .Net Core Box.V2.Core - 3.5.2 + 3.6.0 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 false Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support. - Switched to exponential backoff on error responses from the API. Support for TLSv1.1 or higher. Added retry logic on JWT auth failures. + Fixed a security protocol exception on MacOS. Added FilesManager.GetRepresentationContentAsync(). Fixed some event source parsing. Copyright 2018 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard1.6 diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 107f2e4f1..e2008d96c 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,14 +2,14 @@ Box.V2 - 3.5.2 + 3.6.0 Box Windows SDK V2 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 false Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5 - Switched to exponential backoff on error responses from the API. Support for TLSv1.1 or higher. Added retry logic on JWT auth failures. + Fixed a security protocol exception on MacOS. Added FilesManager.GetRepresentationContentAsync(). Fixed some event source parsing. Copyright 2018 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index 60db4c21f..8b5d68713 100644 --- a/Box.V2/Utility/AssemblyInfo.cs +++ b/Box.V2/Utility/AssemblyInfo.cs @@ -5,7 +5,7 @@ internal class AssemblyInfo public const string AssemblyTitle = "Box.V2"; public const string AssemblyProduct = "Box.V2"; - public const string NuGetVersion = "3.5.2"; + public const string NuGetVersion = "3.6.0"; public const string AssemblyVersion = "1.0.0.0"; public const string AssemblyFileVersion = "1.0.0.0"; }