From 464f7b4e2e6aa45194504fa4e848a535caa2ef1f Mon Sep 17 00:00:00 2001 From: Patrick Simon Date: Tue, 25 Feb 2020 11:58:40 -0800 Subject: [PATCH] v3.22.0 --- Box.V2.Core/Box.V2.Core.csproj | 6 +++--- Box.V2/Box.V2.nuspec | 8 ++++---- Box.V2/Utility/AssemblyInfo.cs | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index f40641f50..f45ae6a5a 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -3,15 +3,15 @@ Box.V2 for .Net Core Box.V2.Core - 3.21.0 + 3.22.0 Box, Inc. Box, Inc. https://github.com/box/box-windows-sdk-v2 Apache-2.0 false Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support. - See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3210 - Copyright 2019 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3220-2020-02-25 + Copyright 2020 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard1.6 Box.V2.Core diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index a64688aa5..6ad4f1f74 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 3.21.0 + 3.22.0 Box Windows SDK V2 Box, Inc. Box, Inc. @@ -10,8 +10,8 @@ Apache-2.0 false Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5 - See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3210 - Copyright 2019 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3220-2020-02-25 + Copyright 2020 Box V2 SDK Platform Enterprise Collaboration Storage File Management - \ No newline at end of file + diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index dcb34d994..a1a9f909d 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.21.0"; + public const string NuGetVersion = "3.22.0"; public const string AssemblyVersion = "1.0.0.0"; public const string AssemblyFileVersion = "1.0.0.0"; }