Skip to content

Commit 3ae1675

Browse files
chore: release version 1.12.0 (#601)
1 parent 46c6d33 commit 3ae1675

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.11.0" }
1+
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.12.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.11.0</Version>
5+
<Version>1.12.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.11.0";
7+
internal static string sdkVersion = "1.12.0";
88
}
99
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [1.12.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.11.0...v1.12.0) (2025-09-05)
6+
7+
8+
### New Features and Enhancements
9+
10+
* Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-dotnet-sdk-gen/issues/554)) ([#600](https://github.com/box/box-dotnet-sdk-gen/issues/600)) ([46c6d33](https://github.com/box/box-dotnet-sdk-gen/commit/46c6d33238b7a97352a434333e18054d8adccd03))
11+
512
## [1.11.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.10.0...v1.11.0) (2025-08-05)
613

714

0 commit comments

Comments
 (0)