Skip to content

Commit 4132736

Browse files
chore: release v5.2.2 (#907)
1 parent e3be209 commit 4132736

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-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>5.2.1</Version>
6+
<Version>5.2.2</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#521-2023-04-18</PackageReleaseNotes>
13+
<PackageReleaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#522-2023-05-23</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>5.2.1</version>
5+
<version>5.2.2</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.6.2</description>
13-
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#521-2023-04-18</releaseNotes>
13+
<releaseNotes>See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#522-2023-05-23</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 = "5.2.1";
8+
public const string NuGetVersion = "5.2.2";
99
public const string AssemblyVersion = "1.0.0.0";
1010
public const string AssemblyFileVersion = "1.0.0.0";
1111
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [5.2.2](https://github.com/box/box-windows-sdk-v2/compare/v5.2.1...v5.2.2) (2023-05-23)
6+
7+
8+
### **Bug Fixes:**
9+
10+
* catch exception when .net core version cannot be determined ([#906](https://github.com/box/box-windows-sdk-v2/issues/906)) ([e3be209](https://github.com/box/box-windows-sdk-v2/commit/e3be209b20a5c323f547d7634663883613959180))
11+
512
### [5.2.1](https://github.com/box/box-windows-sdk-v2/compare/v5.2.0...v5.2.1) (2023-04-18)
613

714

@@ -376,3 +383,4 @@ All notable changes to this project will be documented in this file. See [standa
376383

377384

378385

386+

0 commit comments

Comments
 (0)