Skip to content

Commit 11e3a31

Browse files
chore: release version 1.5.0 (#335)
1 parent bc4636e commit 11e3a31

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.codegen.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "a839036", "specHash": "544d370", "version": "1.4.0" }
1+
{ "engineHash": "a839036", "specHash": "544d370", "version": "1.5.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.4.0</Version>
5+
<Version>1.5.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.4.0";
7+
internal static string sdkVersion = "1.5.0";
88
}
99
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.5.0](https://github.com/box/box-dotnet-sdk-gen/compare/v1.4.0...v1.5.0) (2024-12-04)
6+
7+
8+
### Bug Fixes
9+
10+
* Support status codes with no content (box/box-codegen[#604](https://github.com/box/box-dotnet-sdk-gen/issues/604)) ([#314](https://github.com/box/box-dotnet-sdk-gen/issues/314)) ([57747d5](https://github.com/box/box-dotnet-sdk-gen/commit/57747d50c48dd4c433dad342a5e2a20ac0b15952))
11+
* update collaboration, metadata and collection resources (box/box-openapi[#483](https://github.com/box/box-dotnet-sdk-gen/issues/483)) ([#316](https://github.com/box/box-dotnet-sdk-gen/issues/316)) ([d331f8a](https://github.com/box/box-dotnet-sdk-gen/commit/d331f8a1f7110e5e00df170cedef85af682d58b4))
12+
13+
14+
### New Features and Enhancements
15+
16+
* Add optional URL parameter to `FetchResponse` (box/box-codegen[#617](https://github.com/box/box-dotnet-sdk-gen/issues/617)) ([#331](https://github.com/box/box-dotnet-sdk-gen/issues/331)) ([61484ec](https://github.com/box/box-dotnet-sdk-gen/commit/61484ec9fbf96c0ae62116ec1ee0cbb50aae7493))
17+
* Allow using default credentials for proxy (box/box-codegen[#623](https://github.com/box/box-dotnet-sdk-gen/issues/623)) ([#334](https://github.com/box/box-dotnet-sdk-gen/issues/334)) ([bc4636e](https://github.com/box/box-dotnet-sdk-gen/commit/bc4636e64859fd7d0b1449ec34b6144d0eb1a768)), closes [#333](https://github.com/box/box-dotnet-sdk-gen/issues/333)
18+
* Expose method for making custom HTTP requests (box/box-codegen[#622](https://github.com/box/box-dotnet-sdk-gen/issues/622)) ([#329](https://github.com/box/box-dotnet-sdk-gen/issues/329)) ([e689140](https://github.com/box/box-dotnet-sdk-gen/commit/e689140d6d3be772ff2370e7de5797707df7bdad))
19+
* Support get collection by ID endpoint (box/box-codegen[#595](https://github.com/box/box-dotnet-sdk-gen/issues/595)) ([#304](https://github.com/box/box-dotnet-sdk-gen/issues/304)) ([9ebf59a](https://github.com/box/box-dotnet-sdk-gen/commit/9ebf59ae388aa9aec5d8a0a3551f13e544c7571d))
20+
521
## [1.4.0](https://github.com/box/box-codegen/compare/v1.3.1...v1.4.0) (2024-10-31)
622

723

0 commit comments

Comments
 (0)