Skip to content

Commit 617fcfd

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.120.2
1 parent d196067 commit 617fcfd

File tree

6 files changed

+25
-15
lines changed

6 files changed

+25
-15
lines changed

DingSDK/Ding.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ public class Ding: IDing
5050
};
5151

5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "0.4.0";
54-
private const string _sdkGenVersion = "2.188.3";
53+
private const string _sdkVersion = "0.5.0";
54+
private const string _sdkGenVersion = "2.191.3";
5555
private const string _openapiDocVersion = "1.0.0";
56-
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
56+
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
5757
private string _serverUrl = "";
5858
private ISpeakeasyHttpClient _defaultClient;
5959
private ISpeakeasyHttpClient _securityClient;

DingSDK/DingSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>DingSDK</PackageId>
5-
<Version>0.4.0</Version>
5+
<Version>0.5.0</Version>
66
<Authors>Ding</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

DingSDK/Lookup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public class Lookup: ILookup
3838
{
3939
public SDKConfig Config { get; private set; }
4040
private const string _language = "csharp";
41-
private const string _sdkVersion = "0.4.0";
42-
private const string _sdkGenVersion = "2.188.3";
41+
private const string _sdkVersion = "0.5.0";
42+
private const string _sdkGenVersion = "2.191.3";
4343
private const string _openapiDocVersion = "1.0.0";
44-
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
44+
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
4545
private string _serverUrl = "";
4646
private ISpeakeasyHttpClient _defaultClient;
4747
private ISpeakeasyHttpClient _securityClient;

DingSDK/Otp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class Otp: IOtp
4848
{
4949
public SDKConfig Config { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "0.4.0";
52-
private const string _sdkGenVersion = "2.188.3";
51+
private const string _sdkVersion = "0.5.0";
52+
private const string _sdkGenVersion = "2.191.3";
5353
private const string _openapiDocVersion = "1.0.0";
54-
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
54+
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _defaultClient;
5757
private ISpeakeasyHttpClient _securityClient;

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,14 @@ Based on:
7070
- OpenAPI Doc 1.0.0
7171
- Speakeasy CLI 1.119.2 (2.188.3) https://github.com/speakeasy-api/speakeasy
7272
### Generated
73-
- [csharp v0.4.0] .
73+
- [csharp v0.4.0] .
74+
75+
## 2023-11-15 14:19:45
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 1.0.0
79+
- Speakeasy CLI 1.120.2 (2.191.3) https://github.com/speakeasy-api/speakeasy
80+
### Generated
81+
- [csharp v0.5.0] .
82+
### Releases
83+
- [NuGet v0.5.0] https://www.nuget.org/packages/DingSDK/0.5.0 - .

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.119.2
6-
generationVersion: 2.188.3
5+
speakeasyVersion: 1.120.2
6+
generationVersion: 2.191.3
77
generation:
88
comments: {}
99
sdkClassName: Ding
@@ -12,14 +12,14 @@ generation:
1212
optionalPropertyRendering: withExample
1313
features:
1414
csharp:
15-
core: 3.1.1
15+
core: 3.1.2
1616
examples: 2.81.3
1717
flattening: 2.81.1
1818
globalSecurity: 2.81.1
1919
globalServerURLs: 2.82.0
2020
serverIDs: 2.81.1
2121
csharp:
22-
version: 0.4.0
22+
version: 0.5.0
2323
author: Ding
2424
dotnetVersion: net5.0
2525
imports:

0 commit comments

Comments
 (0)