Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "6.5.0" }
{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "6.5.1" }
2 changes: 1 addition & 1 deletion BoxSdkGen/Box.Sdk.Gen.Net/Box.Sdk.Gen.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>6.5.0</Version>
<Version>6.5.1</Version>
<Description>Official Box .Net Generated SDK</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion BoxSdkGen/Box.Sdk.Gen.Net/Networking/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
{
static class Version
{
internal static string sdkVersion = "6.5.0";
internal static string sdkVersion = "6.5.1";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>6.5.0</Version>
<Version>6.5.1</Version>
<Description>Official Box .Net Generated SDK</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<isPackable>true</isPackable>
Expand Down
2 changes: 1 addition & 1 deletion BoxSdkGen/Box.Sdk.Gen.NetFramework/Networking/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
{
static class Version
{
internal static string sdkVersion = "6.5.0";
internal static string sdkVersion = "6.5.1";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>6.5.0</Version>
<Version>6.5.1</Version>
<Description>Official Box .Net Generated SDK</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<isPackable>true</isPackable>
Expand Down
2 changes: 1 addition & 1 deletion BoxSdkGen/Box.Sdk.Gen.NetStandard/Networking/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
{
static class Version
{
internal static string sdkVersion = "6.5.0";
internal static string sdkVersion = "6.5.1";
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [6.5.1](https://github.com/box/box-windows-sdk-v2/compare/v6.5.0...v6.5.1) (2026-02-18)

## [6.5.0](https://github.com/box/box-windows-sdk-v2/compare/v6.4.0...v6.5.0) (2026-02-18)


Expand Down
2 changes: 1 addition & 1 deletion LegacySdk/Box.V2.Core/Box.V2.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>Box.V2.Core.Legacy</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>6.5.0</Version>
<Version>6.5.1</Version>
<Description>Box SDK for v2 of the Box API. The SDK is targeting .Net Standard 2.0</Description>
<Authors>Box Inc.</Authors>
<PackageProjectUrl>https://github.com/box/box-windows-sdk-v2</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion LegacySdk/Box.V2/Box.V2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>Box.V2.Legacy</PackageId>
<TargetFramework>net462</TargetFramework>
<Version>6.5.0</Version>
<Version>6.5.1</Version>
<Description>Box SDK for v2 of the Box API. The SDK is targeting .NET Framework 4.6.2</Description>
<Authors>Box Inc.</Authors>
<RepositoryUrl>https://github.com/box/box-windows-sdk-v2.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion LegacySdk/Box.V2/Utility/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Box.V2.Utility
{
internal class AssemblyInfo
{
public const string NuGetVersion = "6.5.0";
public const string NuGetVersion = "6.5.1";
}
}
Loading