File tree Expand file tree Collapse file tree 7 files changed +48
-22
lines changed Expand file tree Collapse file tree 7 files changed +48
-22
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
3
3
management:
4
4
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.337 .1
7
- generationVersion: 2.373.2
8
- releaseVersion: 0.17.7
9
- configChecksum: 37376666571b0645fd5ae0741aa02705
6
+ speakeasyVersion: 1.345 .1
7
+ generationVersion: 2.378.1
8
+ releaseVersion: 0.17.8
9
+ configChecksum: 869308be4512f66cdef3cb17cc170daa
10
10
repoURL: https://github.com/ding-live/ding-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
13
13
features:
14
14
csharp:
15
15
additionalDependencies: 0.1.0
16
- core: 3.9.10
16
+ core: 3.9.11
17
17
examples: 2.81.3
18
18
flattening: 2.81.2
19
19
globalSecurity: 2.83.4
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.17.7 " ;
84
- private const string _sdkGenVersion = "2.373.2 " ;
83
+ private const string _sdkVersion = "0.17.8 " ;
84
+ private const string _sdkGenVersion = "2.378.1 " ;
85
85
private const string _openapiDocVersion = "1.0.0" ;
86
- private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
+
2
3
<PropertyGroup >
3
4
<IsPackable >true</IsPackable >
4
5
<PackageId >DingSDK</PackageId >
5
- <Version >0.17.7</Version >
6
- <Authors >Ding</Authors >
6
+ <Version >0.17.8</Version >
7
7
<TargetFramework >net5.0</TargetFramework >
8
+ <Authors >Ding</Authors >
9
+ <Copyright >Copyright (c) Ding 2024</Copyright >
10
+ <RepositoryUrl >https://github.com/ding-live/ding-csharp.git</RepositoryUrl >
11
+ <RepositoryType >git</RepositoryType >
12
+ <Description >Ding: The OTP API allows you to send authentication codes to your users using their phone numbers.</Description >
13
+ </PropertyGroup >
14
+
15
+ <PropertyGroup >
8
16
<Nullable >enable</Nullable >
17
+ <NoWarn >1591</NoWarn >
18
+ </PropertyGroup >
19
+
20
+ <PropertyGroup >
21
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
9
22
<PackageReadmeFile >README.md</PackageReadmeFile >
10
23
<PackageLicenseFile >LICENSE.md</PackageLicenseFile >
11
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
12
- <NoWarn >1591</NoWarn >
13
- <RepositoryUrl >https://github.com/ding-live/ding-csharp</RepositoryUrl >
14
24
</PropertyGroup >
15
25
16
26
<ItemGroup >
17
27
<None Include =" ..\NUGET.md" Pack =" true" PackagePath =" README.md" />
18
28
<None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" \" />
19
29
<None Include =" ..\docs\**\*" Pack =" true" PackagePath =" \docs" CopyToOutputDirectory =" PreserveNewest" />
30
+ </ItemGroup >
20
31
32
+ <ItemGroup >
21
33
<PackageReference Include =" newtonsoft.json" Version =" 13.0.3" />
22
34
<PackageReference Include =" nodatime" Version =" 3.1.9" />
23
35
</ItemGroup >
24
- </Project >
36
+
37
+ </Project >
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.17.7 " ;
45
- private const string _sdkGenVersion = "2.373.2 " ;
44
+ private const string _sdkVersion = "0.17.8 " ;
45
+ private const string _sdkGenVersion = "2.378.1 " ;
46
46
private const string _openapiDocVersion = "1.0.0" ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK" ;
48
48
private string _serverUrl = "" ;
49
49
private ISpeakeasyHttpClient _client ;
50
50
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Otp: IOtp
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "0.17.7 " ;
60
- private const string _sdkGenVersion = "2.373.2 " ;
59
+ private const string _sdkVersion = "0.17.8 " ;
60
+ private const string _sdkGenVersion = "2.378.1 " ;
61
61
private const string _openapiDocVersion = "1.0.0" ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK" ;
63
63
private string _serverUrl = "" ;
64
64
private ISpeakeasyHttpClient _client ;
65
65
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -410,4 +410,14 @@ Based on:
410
410
### Generated
411
411
- [ csharp v0.17.7] .
412
412
### Releases
413
- - [ NuGet v0.17.7] https://www.nuget.org/packages/DingSDK/0.17.7 - .
413
+ - [ NuGet v0.17.7] https://www.nuget.org/packages/DingSDK/0.17.7 - .
414
+
415
+ ## 2024-07-23 00:18:30
416
+ ### Changes
417
+ Based on:
418
+ - OpenAPI Doc 1.0.0
419
+ - Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
420
+ ### Generated
421
+ - [ csharp v0.17.8] .
422
+ ### Releases
423
+ - [ NuGet v0.17.8] https://www.nuget.org/packages/DingSDK/0.17.8 - .
Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
csharp :
13
- version : 0.17.7
13
+ version : 0.17.8
14
14
additionalDependencies : []
15
15
author : Ding
16
16
clientServerStatusCodesAsErrors : true
17
17
company : " "
18
18
disableNamespacePascalCasingApr2024 : false
19
19
dotnetVersion : net5.0
20
+ enableSourceLink : false
20
21
flattenGlobalSecurity : false
21
22
imports :
22
23
option : openapi
@@ -26,9 +27,11 @@ csharp:
26
27
operations : Models/Requests
27
28
shared : Models/Components
28
29
webhooks : Models/Webhooks
30
+ includeDebugSymbols : false
29
31
inputModelSuffix : input
30
32
maxMethodParams : 4
31
33
outputModelSuffix : output
32
34
packageName : DingSDK
35
+ packageTags : " "
33
36
product : " "
34
37
responseFormat : envelope
You can’t perform that action at this time.
0 commit comments