diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index cd89af0ca..0a279e276 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 - 5.6.0 + 5.6.1 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/main/CHANGELOG.md#560-2023-09-25 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#561-2023-11-29 Copyright 2021 Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management netstandard2.0 diff --git a/Box.V2/Box.V2.nuspec b/Box.V2/Box.V2.nuspec index 320c10eef..377504133 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 5.6.0 + 5.6.1 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.6.2 - See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#560-2023-09-25 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#561-2023-11-29 Copyright 2021 Box V2 SDK Platform Enterprise Collaboration Storage File Management diff --git a/Box.V2/Utility/AssemblyInfo.cs b/Box.V2/Utility/AssemblyInfo.cs index 1bb6deda6..2eb0841b2 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 = "5.6.0"; + public const string NuGetVersion = "5.6.1"; 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 0f80c2c7d..f49f348b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.6.1](https://github.com/box/box-windows-sdk-v2/compare/v5.6.0...v5.6.1) (2023-11-29) + + +### **Bug Fixes:** + +* support object value in `BoxConflictErrorContextInfo` ([#930](https://github.com/box/box-windows-sdk-v2/issues/930)) ([496f758](https://github.com/box/box-windows-sdk-v2/commit/496f758c3436b1834188078027b7305ca6a98fce)) + ## [5.6.0](https://github.com/box/box-windows-sdk-v2/compare/v5.5.0...v5.6.0) (2023-09-25) @@ -421,3 +428,4 @@ All notable changes to this project will be documented in this file. See [standa +