From 82962955281c39936358cb8b277c978debab29fd Mon Sep 17 00:00:00 2001 From: Patrick Simon Date: Mon, 19 Oct 2020 16:51:45 -0700 Subject: [PATCH] v3.25.0 (#705) --- Box.V2.Core/Box.V2.Core.csproj | 4 ++-- Box.V2/Box.V2.csproj | 2 +- Box.V2/Box.V2.nuspec | 4 ++-- Box.V2/Utility/AssemblyInfo.cs | 2 +- CHANGELOG.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 635fc0ac9..942104481 100644 --- a/Box.V2.Core/Box.V2.Core.csproj +++ b/Box.V2.Core/Box.V2.Core.csproj @@ -3,14 +3,14 @@ Box.V2 for .Net Core Box.V2.Core - 3.24.0 + 3.25.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#3240-2020-07-21 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3250-2020-10-19 Copyright 2020 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard1.6 diff --git a/Box.V2/Box.V2.csproj b/Box.V2/Box.V2.csproj index 81dcd5472..7d1d67f4c 100644 --- a/Box.V2/Box.V2.csproj +++ b/Box.V2/Box.V2.csproj @@ -270,4 +270,4 @@ - \ No newline at end of file + diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 7d0a2a014..3a9cd9ccd 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 3.24.0 + 3.25.0 Box Windows SDK V2 Box Inc. Box Inc. @@ -10,7 +10,7 @@ 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#3240-2020-07-21 + See https://github.com/box/box-windows-sdk-v2/blob/master/CHANGELOG.md#3250-2020-10-19 Copyright 2020 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index 40ca2982e..3e4732c59 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.24.0"; + public const string NuGetVersion = "3.25.0"; public const string AssemblyVersion = "1.0.0.0"; public const string AssemblyFileVersion = "1.0.0.0"; } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdac652b..4d935143c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next Release +## 3.25.0 [2020-10-19] **New Features and Enhancements:**