Skip to content

Commit 5f80e8b

Browse files
chore: release version 6.4.0 (#1355)
1 parent 25433e5 commit 5f80e8b

File tree

11 files changed

+25
-10
lines changed

11 files changed

+25
-10
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "3e2e6ba", "specHash": "1617aaf", "version": "6.3.0" }
1+
{ "engineHash": "3e2e6ba", "specHash": "1617aaf", "version": "6.4.0" }

BoxSdkGen/Box.Sdk.Gen.Net/Box.Sdk.Gen.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>6.3.0</Version>
5+
<Version>6.4.0</Version>
66
<Description>Official Box .Net Generated SDK</Description>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
88
<Nullable>enable</Nullable>

BoxSdkGen/Box.Sdk.Gen.Net/Networking/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
44
{
55
static class Version
66
{
7-
internal static string sdkVersion = "6.3.0";
7+
internal static string sdkVersion = "6.4.0";
88
}
99
}

BoxSdkGen/Box.Sdk.Gen.NetFramework/Box.Sdk.Gen.NetFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net462</TargetFramework>
5-
<Version>6.3.0</Version>
5+
<Version>6.4.0</Version>
66
<Description>Official Box .Net Generated SDK</Description>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
88
<isPackable>true</isPackable>

BoxSdkGen/Box.Sdk.Gen.NetFramework/Networking/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
44
{
55
static class Version
66
{
7-
internal static string sdkVersion = "6.3.0";
7+
internal static string sdkVersion = "6.4.0";
88
}
99
}

BoxSdkGen/Box.Sdk.Gen.NetStandard/Box.Sdk.Gen.NetStandard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>6.3.0</Version>
5+
<Version>6.4.0</Version>
66
<Description>Official Box .Net Generated SDK</Description>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
88
<isPackable>true</isPackable>

BoxSdkGen/Box.Sdk.Gen.NetStandard/Networking/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
44
{
55
static class Version
66
{
7-
internal static string sdkVersion = "6.3.0";
7+
internal static string sdkVersion = "6.4.0";
88
}
99
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [6.4.0](https://github.com/box/box-windows-sdk-v2/compare/v6.3.0...v6.4.0) (2025-12-19)
6+
7+
8+
### **New Features and Enhancements:**
9+
10+
* **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-windows-sdk-v2/issues/569)) ([#1329](https://github.com/box/box-windows-sdk-v2/issues/1329)) ([5908cf2](https://github.com/box/box-windows-sdk-v2/commit/5908cf22ffeb8c14bb727d44fd58b57a3f7d6ea0))
11+
* **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-windows-sdk-v2/issues/568)) ([#1323](https://github.com/box/box-windows-sdk-v2/issues/1323)) ([d094726](https://github.com/box/box-windows-sdk-v2/commit/d094726711e982b889d6caa4378736cb3dde673a))
12+
* **boxsdkgen:** Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-windows-sdk-v2/issues/906)) ([#1333](https://github.com/box/box-windows-sdk-v2/issues/1333)) ([1b61619](https://github.com/box/box-windows-sdk-v2/commit/1b61619142c0896856791a12cae709d5d0d138f6))
13+
14+
15+
### **Bug Fixes:**
16+
17+
* **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-windows-sdk-v2/issues/572)) ([#1343](https://github.com/box/box-windows-sdk-v2/issues/1343)) ([8152df7](https://github.com/box/box-windows-sdk-v2/commit/8152df75926b0ee5bad504b0707adb31f099ef9b))
18+
* **boxsdkgen:** Fix convert to long in CSharp (box/box-codegen[#911](https://github.com/box/box-windows-sdk-v2/issues/911)) ([#1354](https://github.com/box/box-windows-sdk-v2/issues/1354)) ([25433e5](https://github.com/box/box-windows-sdk-v2/commit/25433e5a1044cc36ebdb604b4ead55d0db5d1158))
19+
520
## [6.3.0](https://github.com/box/box-windows-sdk-v2/compare/v6.2.0...v6.3.0) (2025-12-12)
621

722

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>Box.V2.Core.Legacy</PackageId>
55
<TargetFramework>netstandard2.0</TargetFramework>
6-
<Version>6.3.0</Version>
6+
<Version>6.4.0</Version>
77
<Description>Box SDK for v2 of the Box API. The SDK is targeting .Net Standard 2.0</Description>
88
<Authors>Box Inc.</Authors>
99
<PackageProjectUrl>https://github.com/box/box-windows-sdk-v2</PackageProjectUrl>

LegacySdk/Box.V2/Box.V2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<PackageId>Box.V2.Legacy</PackageId>
44
<TargetFramework>net462</TargetFramework>
5-
<Version>6.3.0</Version>
5+
<Version>6.4.0</Version>
66
<Description>Box SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.6.2</Description>
77
<Authors>Box Inc.</Authors>
88
<RepositoryUrl>https://github.com/box/box-windows-sdk-v2.git</RepositoryUrl>

0 commit comments

Comments
 (0)