From cbc6b49d3f72c0b6e1955842257f85bc17ea525d Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:40:56 +0200 Subject: [PATCH] chore: release v4.4.0 (#832) --- Box.V2.Core/Box.V2.Core.csproj | 4 ++-- Box.V2/Box.V2.nuspec | 4 ++-- Box.V2/Utility/AssemblyInfo.cs | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Box.V2.Core/Box.V2.Core.csproj b/Box.V2.Core/Box.V2.Core.csproj index 36fdedea0..ad2e7dc26 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 - 4.3.1 + 4.4.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/main/CHANGELOG.md#431-2022-04-19 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#440-2022-06-14 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 301fb3f32..9ca9f4eb7 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 4.3.1 + 4.4.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/main/CHANGELOG.md#431-2022-04-19 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#440-2022-06-14 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 9c4ab2fae..7722625dc 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 = "4.3.1"; + public const string NuGetVersion = "4.4.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 bc77505fc..35b0fcb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [4.4.0](https://github.com/box/box-windows-sdk-v2/compare/v4.3.1...v4.4.0) (2022-06-14) + + +### **New Features and Enhancements:** + +* add `can_edit` field to `SharedLink` ([#831](https://github.com/box/box-windows-sdk-v2/issues/831)) ([e0d4197](https://github.com/box/box-windows-sdk-v2/commit/e0d4197070db0dbd947f4a51a6bbb1e01c0b0cdf)) +* add `version_number` to `BoxFileVersion` ([#820](https://github.com/box/box-windows-sdk-v2/issues/820)) ([f174358](https://github.com/box/box-windows-sdk-v2/commit/f174358973caefc9262df480208341fd8233dc7f)) +* add upload and delete support for Avatar API ([#829](https://github.com/box/box-windows-sdk-v2/issues/829)) ([4dcb84a](https://github.com/box/box-windows-sdk-v2/commit/4dcb84ade78d6bd0bc621ff2ed7f5f886486858a)) + +### **Bug Fixes:** + +* Fix initialization of `BoxAPIException` object ([#828](https://github.com/box/box-windows-sdk-v2/issues/828)) ([a298f01](https://github.com/box/box-windows-sdk-v2/commit/a298f01187f84200825ec6ed4748fe8bbd717d11)) +* properly dispose response on exception ([#819](https://github.com/box/box-windows-sdk-v2/issues/819)) ([8415bd3](https://github.com/box/box-windows-sdk-v2/commit/8415bd3dbe42910b99f99535247a26f8d8e645c1)) + + ### [4.3.1](https://github.com/box/box-windows-sdk-v2/compare/v4.3.0...v4.3.1) (2022-04-19) @@ -282,3 +297,4 @@ All notable changes to this project will be documented in this file. See [standa - Minor bug fixes +