From 405276bb69d43b5e9228116a67840f0c56b74ee9 Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:48:52 +0100 Subject: [PATCH] chore: release v5.2.0 (#898) --- 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 6fb268f6e..4a79c9d5f 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.1.0 + 5.2.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#510-2023-01-17 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#520-2023-03-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 44b76cc91..e184cea02 100644 --- a/Box.V2/Box.V2.nuspec +++ b/Box.V2/Box.V2.nuspec @@ -2,7 +2,7 @@ Box.V2 - 5.1.0 + 5.2.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.6.2 - See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#510-2023-01-17 + See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#520-2023-03-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 97db5312a..1ca09721d 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.1.0"; + public const string NuGetVersion = "5.2.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 3975f03b8..c0123913e 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. +## [5.2.0](https://github.com/box/box-windows-sdk-v2/compare/v5.1.0...v5.2.0) (2023-03-14) + + +### **New Features and Enhancements:** + +* add `Id` to `MetadataTemplateField` ([#890](https://github.com/box/box-windows-sdk-v2/issues/890)) ([b7fe214](https://github.com/box/box-windows-sdk-v2/commit/b7fe2149e1a0ade8573b497b7bb36e9f3c4f4a82)) +* add `start_date_field` and `description` to retention policies ([#888](https://github.com/box/box-windows-sdk-v2/issues/888)) ([100b722](https://github.com/box/box-windows-sdk-v2/commit/100b722ce4909395c00b527677564f37a61ec2cb)) +* add configurable `JWTAudience` claim ([#897](https://github.com/box/box-windows-sdk-v2/issues/897)) ([50219fd](https://github.com/box/box-windows-sdk-v2/commit/50219fdfd553d6335b6f0b4341719b09680c4ba0)) +* add shared link support to `GetFolderItemsAsync` ([#892](https://github.com/box/box-windows-sdk-v2/issues/892)) ([0eba85c](https://github.com/box/box-windows-sdk-v2/commit/0eba85c693763472c51fe81cbc43222305e9eefb)) + +### **Bug Fixes:** + +* Use fixed value of `aud` field in `JWT` claim ([#896](https://github.com/box/box-windows-sdk-v2/issues/896)) ([8c9982d](https://github.com/box/box-windows-sdk-v2/commit/8c9982d160ec4806c796ee2621b1811232ea59c1)) + + ## [5.1.0](https://github.com/box/box-windows-sdk-v2/compare/v5.0.0...v5.1.0) (2023-01-17) @@ -352,3 +367,4 @@ All notable changes to this project will be documented in this file. See [standa +