Skip to content

Commit

Permalink
chore: release v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Feb 27, 2024
1 parent 096a098 commit f983b7a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Box.V2.Core/Box.V2.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<Description>Box.V2 for .Net Core</Description>
<AssemblyTitle>Box.V2.Core</AssemblyTitle>
<Version>5.6.1</Version>
<Version>5.7.0</Version>
<Authors>Box, Inc.</Authors>
<Owners>Box, Inc.</Owners>
<PackageProjectUrl>https://github.com/box/box-windows-sdk-v2</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageDescription>Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support.</PackageDescription>
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#561-2023-11-29</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#570-2024-02-27</PackageReleaseNotes>
<Copyright>Copyright 2021</Copyright>
<PackageTags>Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management</PackageTags>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions Box.V2/Box.V2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>Box.V2</id>
<version>5.6.1</version>
<version>5.7.0</version>
<title>Box Windows SDK V2</title>
<authors>Box Inc.</authors>
<owners>Box Inc.</owners>
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.6.2</description>
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#561-2023-11-29</releaseNotes>
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#570-2024-02-27</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Box.V2/Utility/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1";
public const string NuGetVersion = "5.7.0";
public const string AssemblyVersion = "1.0.0.0";
public const string AssemblyFileVersion = "1.0.0.0";
}
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.7.0](https://github.com/box/box-windows-sdk-v2/compare/v5.6.1...v5.7.0) (2024-02-27)


### **New Features and Enhancements:**

* add marker-based pagination version of `GetFolderItems` ([#936](https://github.com/box/box-windows-sdk-v2/issues/936)) ([f877a8f](https://github.com/box/box-windows-sdk-v2/commit/f877a8f9105d65a3e3ca459fcbf4a1bb653ff0f3))
* Support sign request signer group ID ([#938](https://github.com/box/box-windows-sdk-v2/issues/938)) ([096a098](https://github.com/box/box-windows-sdk-v2/commit/096a09805b189c591289e77ae5f8a8e6f1b466f1))

### **Bug Fixes:**

* Remove delete classification ([#932](https://github.com/box/box-windows-sdk-v2/issues/932)) ([fb59489](https://github.com/box/box-windows-sdk-v2/commit/fb594897850ad9daacf75cab702f3765cc7168c0))


### [5.6.1](https://github.com/box/box-windows-sdk-v2/compare/v5.6.0...v5.6.1) (2023-11-29)


Expand Down Expand Up @@ -429,3 +442,4 @@ All notable changes to this project will be documented in this file. See [standa




0 comments on commit f983b7a

Please sign in to comment.