Skip to content

Commit b94f225

Browse files
chore: release version 1.9.0 (#439)
1 parent 4e64174 commit b94f225

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "c9cf21e", "specHash": "c303afc", "version": "1.8.0" }
1+
{ "engineHash": "c9cf21e", "specHash": "c303afc", "version": "1.9.0" }

Box.Sdk.Gen/Box.Sdk.Gen.csproj

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

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

Box.Sdk.Gen/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 = "1.8.0";
7+
internal static string sdkVersion = "1.9.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+
## [1.9.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.8.0...v1.9.0) (2025-03-18)
6+
7+
8+
### Bug Fixes
9+
10+
* Add `verification_phone_number` property to create sign request (box/box-openapi[#515](https://github.com/box/box-dotnet-sdk-gen/issues/515)) ([#427](https://github.com/box/box-dotnet-sdk-gen/issues/427)) ([d90faea](https://github.com/box/box-dotnet-sdk-gen/commit/d90faea77650a37ce794a93c51bd9a8eb91f619c))
11+
* Use `targetFramework` when single .Net version is supported (box/box-codegen[#684](https://github.com/box/box-dotnet-sdk-gen/issues/684)) ([#438](https://github.com/box/box-dotnet-sdk-gen/issues/438)) ([4e64174](https://github.com/box/box-dotnet-sdk-gen/commit/4e64174c21c6f1dd2cef75f1f29ebe2ace92d852))
12+
13+
14+
### New Features and Enhancements
15+
16+
* Add find app item for shared link endpoint (box/box-openapi[#514](https://github.com/box/box-dotnet-sdk-gen/issues/514)) ([#426](https://github.com/box/box-dotnet-sdk-gen/issues/426)) ([4dc5dc1](https://github.com/box/box-dotnet-sdk-gen/commit/4dc5dc14e3c204c537180df166d07735ae1c4e40))
17+
* Add Integration Mappings Teams API (box/box-openapi[#517](https://github.com/box/box-dotnet-sdk-gen/issues/517)) ([#429](https://github.com/box/box-dotnet-sdk-gen/issues/429)) ([92063c4](https://github.com/box/box-dotnet-sdk-gen/commit/92063c435d7cb38a7eeca2e71f42e32b995a659a))
18+
* Expose token storage for authentication classes (box/box-codegen[#682](https://github.com/box/box-dotnet-sdk-gen/issues/682)) ([#435](https://github.com/box/box-dotnet-sdk-gen/issues/435)) ([413058e](https://github.com/box/box-dotnet-sdk-gen/commit/413058e78cb69c89be6a819c0e63f9457bd7f2f5))
19+
520
## [1.8.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.7.0...v1.8.0) (2025-02-20)
621

722

0 commit comments

Comments
 (0)