File tree Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.460.3
7
7
generationVersion: 2.484.0
8
- releaseVersion: 0.19.60
9
- configChecksum: 1d54c5f426f6c4a23fb7d8c7779d6fc2
8
+ releaseVersion: 0.19.61
9
+ configChecksum: b1260e4b6270c63d475d06394626aac9
10
10
repoURL: https://github.com/ding-live/ding-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.460.3
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:5de46fe01297c2cf9196df6e973f6c5a921952761e12aaaa06680a7243e0c875
5
+ sourceRevisionDigest: sha256:f65403c708aadd0038034ddf821afab00659c04f83b6a555b20c15f6688b9a15
6
6
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1735604477
9
+ - speakeasy-sdk-regen-1735691029
10
10
- 1.0.0
11
11
targets:
12
12
DingSDK:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:5de46fe01297c2cf9196df6e973f6c5a921952761e12aaaa06680a7243e0c875
15
+ sourceRevisionDigest: sha256:f65403c708aadd0038034ddf821afab00659c04f83b6a555b20c15f6688b9a15
16
16
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
17
17
codeSamplesNamespace: my-source-csharp-code-samples
18
- codeSamplesRevisionDigest: sha256:d2b5ebf450e85f20aba5925560f84d0cf591644d8461352cbda30a163a8006df
18
+ codeSamplesRevisionDigest: sha256:aae5915f6cd4a0fbd8954573e37a75ace9d1f606f7424f4de43153ba3378b35c
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ public class Ding: IDing
80
80
public SDKConfig SDKConfiguration { get ; private set ; }
81
81
82
82
private const string _language = "csharp" ;
83
- private const string _sdkVersion = "0.19.60 " ;
83
+ private const string _sdkVersion = "0.19.61 " ;
84
84
private const string _sdkGenVersion = "2.484.0" ;
85
85
private const string _openapiDocVersion = "1.0.0" ;
86
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.60 2.484.0 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.61 2.484.0 1.0.0 DingSDK" ;
87
87
private string _serverUrl = "" ;
88
88
private int _serverIndex = 0 ;
89
89
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >DingSDK</PackageId >
6
- <Version >0.19.60 </Version >
6
+ <Version >0.19.61 </Version >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Authors >Ding</Authors >
9
- <Copyright >Copyright (c) Ding 2024 </Copyright >
9
+ <Copyright >Copyright (c) Ding 2025 </Copyright >
10
10
<RepositoryUrl >https://github.com/ding-live/ding-csharp.git</RepositoryUrl >
11
11
<RepositoryType >git</RepositoryType >
12
12
<Description >Ding: The OTP API allows you to send authentication codes to your users using their phone numbers.</Description >
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public class Lookup: ILookup
41
41
{
42
42
public SDKConfig SDKConfiguration { get ; private set ; }
43
43
private const string _language = "csharp" ;
44
- private const string _sdkVersion = "0.19.60 " ;
44
+ private const string _sdkVersion = "0.19.61 " ;
45
45
private const string _sdkGenVersion = "2.484.0" ;
46
46
private const string _openapiDocVersion = "1.0.0" ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.60 2.484.0 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.61 2.484.0 1.0.0 DingSDK" ;
48
48
private string _serverUrl = "" ;
49
49
private ISpeakeasyHttpClient _client ;
50
50
private Func < DingSDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class Otp: IOtp
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "0.19.60 " ;
64
+ private const string _sdkVersion = "0.19.61 " ;
65
65
private const string _sdkGenVersion = "2.484.0" ;
66
66
private const string _openapiDocVersion = "1.0.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.60 2.484.0 1.0.0 DingSDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.61 2.484.0 1.0.0 DingSDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < DingSDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -1060,4 +1060,14 @@ Based on:
1060
1060
### Generated
1061
1061
- [ csharp v0.19.60] .
1062
1062
### Releases
1063
- - [ NuGet v0.19.60] https://www.nuget.org/packages/DingSDK/0.19.60 - .
1063
+ - [ NuGet v0.19.60] https://www.nuget.org/packages/DingSDK/0.19.60 - .
1064
+
1065
+ ## 2025-01-01 00:23:46
1066
+ ### Changes
1067
+ Based on:
1068
+ - OpenAPI Doc
1069
+ - Speakeasy CLI 1.460.3 (2.484.0) https://github.com/speakeasy-api/speakeasy
1070
+ ### Generated
1071
+ - [ csharp v0.19.61] .
1072
+ ### Releases
1073
+ - [ NuGet v0.19.61] https://www.nuget.org/packages/DingSDK/0.19.61 - .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
oAuth2ClientCredentialsEnabled : false
12
12
oAuth2PasswordEnabled : false
13
13
csharp :
14
- version : 0.19.60
14
+ version : 0.19.61
15
15
additionalDependencies : []
16
16
author : Ding
17
17
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments