Skip to content

Commit 4a51229

Browse files
chore: release version 1.3.0 (#276)
1 parent dea1937 commit 4a51229

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "f5d1f42", "specHash": "f0c2ce4", "version": "1.2.0" }
1+
{ "engineHash": "f5d1f42", "specHash": "f0c2ce4", "version": "1.3.0" }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<Version>1.2.0</Version>
5+
<Version>1.3.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

+1-1
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.2.0";
7+
internal static string sdkVersion = "1.3.0";
88
}
99
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.0](https://github.com/box/box-codegen/compare/v1.2.0...v1.3.0) (2024-10-17)
6+
7+
8+
### Bug Fixes
9+
10+
* bump `system.text.json` to 8.0.5 (box/box-codegen[#578](https://github.com/box/box-codegen/issues/578)) ([#271](https://github.com/box/box-codegen/issues/271)) ([dad2f52](https://github.com/box/box-codegen/commit/dad2f521066e73c3dcdaec196cd6940401e31f3a))
11+
12+
13+
### New Features and Enhancements
14+
15+
* support proxy (box/box-codegen[#577](https://github.com/box/box-codegen/issues/577)) ([#274](https://github.com/box/box-codegen/issues/274)) ([dea1937](https://github.com/box/box-codegen/commit/dea19373a7169365acb968a66c78c5937ef698e1))
16+
517
## [1.2.0](https://github.com/box/box-codegen/compare/v1.1.0...v1.2.0) (2024-09-26)
618

719

0 commit comments

Comments
 (0)