File tree 4 files changed +18
-5
lines changed
4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >Box.V2 for .Net Core</Description >
5
5
<AssemblyTitle >Box.V2.Core</AssemblyTitle >
6
- <Version >5.2.2 </Version >
6
+ <Version >5.3.0 </Version >
7
7
<Authors >Box, Inc.</Authors >
8
8
<Owners >Box, Inc.</Owners >
9
9
<PackageProjectUrl >https://github.com/box/box-windows-sdk-v2</PackageProjectUrl >
10
10
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
11
11
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
12
12
<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#522 -2023-05-23 </PackageReleaseNotes >
13
+ <PackageReleaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#530 -2023-09-04 </PackageReleaseNotes >
14
14
<Copyright >Copyright 2021</Copyright >
15
15
<PackageTags >Box;V2;SDK;Platform;Enterprise;Collaboration;Storage;File Management</PackageTags >
16
16
<TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Box.V2</id >
5
- <version >5.2.2 </version >
5
+ <version >5.3.0 </version >
6
6
<title >Box Windows SDK V2</title >
7
7
<authors >Box Inc.</authors >
8
8
<owners >Box Inc.</owners >
9
9
<projectUrl >https://github.com/box/box-windows-sdk-v2</projectUrl >
10
10
<license type =" expression" >Apache-2.0</license >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<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#522 -2023-05-23 </releaseNotes >
13
+ <releaseNotes >See https://github.com/box/box-windows-sdk-v2/blob/main/CHANGELOG.md#530 -2023-09-04 </releaseNotes >
14
14
<copyright >Copyright 2021</copyright >
15
15
<tags >Box V2 SDK Platform Enterprise Collaboration Storage File Management</tags >
16
16
</metadata >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ internal class AssemblyInfo
5
5
public const string AssemblyTitle = "Box.V2" ;
6
6
public const string AssemblyProduct = "Box.V2" ;
7
7
8
- public const string NuGetVersion = "5.2.2 " ;
8
+ public const string NuGetVersion = "5.3.0 " ;
9
9
public const string AssemblyVersion = "1.0.0.0" ;
10
10
public const string AssemblyFileVersion = "1.0.0.0" ;
11
11
}
Original file line number Diff line number Diff line change 2
2
3
3
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
5
+ ## [ 5.3.0] ( https://github.com/box/box-windows-sdk-v2/compare/v5.2.2...v5.3.0 ) (2023-09-04)
6
+
7
+
8
+ ### ** New Features and Enhancements:**
9
+
10
+ * add ` attachment ` content type to ` SignRequestSigner ` ([ #913 ] ( https://github.com/box/box-windows-sdk-v2/issues/913 ) ) ([ ad612ff] ( https://github.com/box/box-windows-sdk-v2/commit/ad612ffc7821a9ecbc180e3dbeefe16d3e397820 ) )
11
+
12
+ ### ** Bug Fixes:**
13
+
14
+ * replace deprecated ` BouncyCastle ` library ([ #909 ] ( https://github.com/box/box-windows-sdk-v2/issues/909 ) ) ([ f00f2af] ( https://github.com/box/box-windows-sdk-v2/commit/f00f2af9c5277b42e6a62060c1b0229ecff0203e ) )
15
+
16
+
5
17
### [ 5.2.2] ( https://github.com/box/box-windows-sdk-v2/compare/v5.2.1...v5.2.2 ) (2023-05-23)
6
18
7
19
@@ -384,3 +396,4 @@ All notable changes to this project will be documented in this file. See [standa
384
396
385
397
386
398
399
+
You can’t perform that action at this time.
0 commit comments