Skip to content

Commit 38619fa

Browse files
authored
chore: release v4.2.0 (#802)
1 parent aa25461 commit 38619fa

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

Box.V2.Core/Box.V2.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<Description>Box.V2 for .Net Core</Description>
55
<AssemblyTitle>Box.V2.Core</AssemblyTitle>
6-
<Version>4.1.0</Version>
6+
<Version>4.2.0</Version>
77
<Authors>Box, Inc.</Authors>
88
<Owners>Box, Inc.</Owners>
99
<PackageProjectUrl>https://github.com/box/box-windows-sdk-v2</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1111
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1212
<PackageDescription>Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support.</PackageDescription>
13-
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#410-2021-12-14</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#420-2022-02-10</PackageReleaseNotes>
1414
<Copyright>Copyright 2021</Copyright>
1515
<PackageTags>Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management</PackageTags>
1616
<TargetFramework>netstandard2.0</TargetFramework>

Box.V2/Box.V2.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>Box.V2</id>
5-
<version>4.1.0</version>
5+
<version>4.2.0</version>
66
<title>Box Windows SDK V2</title>
77
<authors>Box Inc.</authors>
88
<owners>Box Inc.</owners>
99
<projectUrl>https://github.com/box/box-windows-sdk-v2</projectUrl>
1010
<license type="expression">Apache-2.0</license>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Windows SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.5</description>
13-
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#410-2021-12-14</releaseNotes>
13+
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#420-2022-02-10</releaseNotes>
1414
<copyright>Copyright 2021</copyright>
1515
<tags>Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags>
1616
</metadata>

Box.V2/Utility/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ internal class AssemblyInfo
55
public const string AssemblyTitle = "Box.V2";
66
public const string AssemblyProduct = "Box.V2";
77

8-
public const string NuGetVersion = "4.1.0";
8+
public const string NuGetVersion = "4.2.0";
99
public const string AssemblyVersion = "1.0.0.0";
1010
public const string AssemblyFileVersion = "1.0.0.0";
1111
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [4.2.0](https://github.com/box/box-windows-sdk-v2/compare/v4.1.0...v4.2.0) (2022-02-10)
6+
7+
8+
### **Bug Fixes:**
9+
10+
* correctly pass null when rolling out user from the enterprise ([#792](https://github.com/box/box-windows-sdk-v2/issues/792)) ([c85c573](https://github.com/box/box-windows-sdk-v2/commit/c85c5735865b7dd97ffa1428a8f57d2edff6811b))
11+
* Creating BoxAuthenticationFailedException no longer throws an exception ([#790](https://github.com/box/box-windows-sdk-v2/issues/790)) ([55a706e](https://github.com/box/box-windows-sdk-v2/commit/55a706e4091271aa55208a260b2f4f96e1527698))
12+
* Null Argument Exception in AutoPaginate ([#666](https://github.com/box/box-windows-sdk-v2/issues/666)) ([c61f08c](https://github.com/box/box-windows-sdk-v2/commit/c61f08cc02d5c95ff71ef700e97393a0dc3dc890))
13+
14+
15+
### **New Features and Enhancements:**
16+
17+
* add admin_logs_streaming support ([#797](https://github.com/box/box-windows-sdk-v2/issues/797)) ([a775e1e](https://github.com/box/box-windows-sdk-v2/commit/a775e1e5c7696a1e5f82b5dc7edbed8eb09f640d))
18+
* add Client Credentials Grant auth support ([#799](https://github.com/box/box-windows-sdk-v2/issues/799)) ([b8a64ca](https://github.com/box/box-windows-sdk-v2/commit/b8a64ca3887298feccef5185f6bfec4c3771b5a9))
19+
* add disposition_at field to the File object ([#793](https://github.com/box/box-windows-sdk-v2/issues/793)) ([2766a91](https://github.com/box/box-windows-sdk-v2/commit/2766a914fad1eb40371cd4430b3450360088b331))
20+
* add possibility to set auth token uri in BoxConfig ([#794](https://github.com/box/box-windows-sdk-v2/issues/794)) ([ae8cd8b](https://github.com/box/box-windows-sdk-v2/commit/ae8cd8b91dd91b8a786e53ff5b3501d2700686a4))
21+
* deprecate index_name in ExecuteMetadataQuery ([#800](https://github.com/box/box-windows-sdk-v2/issues/800)) ([6a6a0e4](https://github.com/box/box-windows-sdk-v2/commit/6a6a0e4a0e41ec70ec33acacba00bee6c7ee881f))
22+
523
## [4.1.0](https://github.com/box/box-windows-sdk-v2/compare/v4.0.0...v4.1.0) (2021-12-14)
624

725

0 commit comments

Comments
 (0)