File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- { "engineHash" : " 2efc8ab" , "specHash" : " e798cb1" , "version" : " 1.3.0 " }
1
+ { "engineHash" : " 2efc8ab" , "specHash" : " e798cb1" , "version" : " 1.3.1 " }
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
- <Version >1.3.0 </Version >
5
+ <Version >1.3.1 </Version >
6
6
<Description >Official Box .Net Generated SDK</Description >
7
7
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ namespace Box.Sdk.Gen.Internal
4
4
{
5
5
static class Version
6
6
{
7
- internal static string sdkVersion = "1.3.0 " ;
7
+ internal static string sdkVersion = "1.3.1 " ;
8
8
}
9
9
}
Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ### [ 1.3.1] ( https://github.com/box/box-codegen/compare/v1.3.0...v1.3.1 ) (2024-10-24)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * properly serialize ` StringEnum ` list when inside query ` params ` ([ #288 ] ( https://github.com/box/box-codegen/issues/288 ) ) ([ dac8392] ( https://github.com/box/box-codegen/commit/dac839280b43f4bd954d3966032ff4925150c061 ) )
11
+ * update client error schema to support schema errors (box/box-openapi[ #467 ] ( https://github.com/box/box-codegen/issues/467 ) ) ([ #281 ] ( https://github.com/box/box-codegen/issues/281 ) ) ([ bef2632] ( https://github.com/box/box-codegen/commit/bef2632af99f0477bd009bcb91248c678b4e1bab ) )
12
+ * update integration mapping response description (box/box-openapi[ #463 ] ( https://github.com/box/box-codegen/issues/463 ) ) ([ #279 ] ( https://github.com/box/box-codegen/issues/279 ) ) ([ 05e07b0] ( https://github.com/box/box-codegen/commit/05e07b025c234de4c4161e567c0919748d24f804 ) )
13
+
5
14
## [ 1.3.0] ( https://github.com/box/box-codegen/compare/v1.2.0...v1.3.0 ) (2024-10-17)
6
15
7
16
You can’t perform that action at this time.
0 commit comments