File tree Expand file tree Collapse file tree 19 files changed +73
-54
lines changed Expand file tree Collapse file tree 19 files changed +73
-54
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: f73d2126-985b-4d69-88ee-b7c69254d8bf
3
3
management:
4
4
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
5
5
docVersion: 0.4.0 .
6
- speakeasyVersion: 1.299.1
7
- generationVersion: 2.338.5
8
- releaseVersion: 5.9.1
9
- configChecksum: d579c080f57e02b662e1e697526dc66d
6
+ speakeasyVersion: 1.299.6
7
+ generationVersion: 2.338.12
8
+ releaseVersion: 5.9.2
9
+ configChecksum: 0242e97e2d37375d214e4cf66c3ce062
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-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.1
16
+ core: 3.9.3
17
17
deprecations: 2.81.2
18
18
examples: 2.81.3
19
19
globalSecurity: 2.83.4
Original file line number Diff line number Diff line change @@ -688,4 +688,14 @@ Based on:
688
688
### Generated
689
689
- [ csharp v5.9.1] .
690
690
### Releases
691
- - [ NuGet v5.9.1] https://www.nuget.org/packages/SpeakeasySDK/5.9.1 - .
691
+ - [ NuGet v5.9.1] https://www.nuget.org/packages/SpeakeasySDK/5.9.1 - .
692
+
693
+ ## 2024-06-04 00:03:33
694
+ ### Changes
695
+ Based on:
696
+ - OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
697
+ - Speakeasy CLI 1.299.6 (2.338.12) https://github.com/speakeasy-api/speakeasy
698
+ ### Generated
699
+ - [ csharp v5.9.2] .
700
+ ### Releases
701
+ - [ NuGet v5.9.2] https://www.nuget.org/packages/SpeakeasySDK/5.9.2 - .
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
98
98
{
99
99
public SDKConfig SDKConfiguration { get ; private set ; }
100
100
private const string _language = "csharp" ;
101
- private const string _sdkVersion = "5.9.1 " ;
102
- private const string _sdkGenVersion = "2.338.5 " ;
101
+ private const string _sdkVersion = "5.9.2 " ;
102
+ private const string _sdkGenVersion = "2.338.12 " ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
105
105
private string _serverUrl = "" ;
106
106
private ISpeakeasyHttpClient _client ;
107
107
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class Apis: IApis
94
94
{
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "5.9.1 " ;
98
- private const string _sdkGenVersion = "2.338.5 " ;
97
+ private const string _sdkVersion = "5.9.2 " ;
98
+ private const string _sdkGenVersion = "2.338.12 " ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _client ;
103
103
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
57
57
{
58
58
public SDKConfig SDKConfiguration { get ; private set ; }
59
59
private const string _language = "csharp" ;
60
- private const string _sdkVersion = "5.9.1 " ;
61
- private const string _sdkGenVersion = "2.338.5 " ;
60
+ private const string _sdkVersion = "5.9.2 " ;
61
+ private const string _sdkGenVersion = "2.338.12 " ;
62
62
private const string _openapiDocVersion = "0.4.0 ." ;
63
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
63
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
64
64
private string _serverUrl = "" ;
65
65
private ISpeakeasyHttpClient _client ;
66
66
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Auth: IAuth
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.1 " ;
64
- private const string _sdkGenVersion = "2.338.5 " ;
63
+ private const string _sdkVersion = "5.9.2 " ;
64
+ private const string _sdkGenVersion = "2.338.12 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Embeds: IEmbeds
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "5.9.1 " ;
60
- private const string _sdkGenVersion = "2.338.5 " ;
59
+ private const string _sdkVersion = "5.9.2 " ;
60
+ private const string _sdkGenVersion = "2.338.12 " ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
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 @@ -60,10 +60,10 @@ public class Events: IEvents
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.1 " ;
64
- private const string _sdkGenVersion = "2.338.5 " ;
63
+ private const string _sdkVersion = "5.9.2 " ;
64
+ private const string _sdkGenVersion = "2.338.12 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ public class Github: IGithub
33
33
{
34
34
public SDKConfig SDKConfiguration { get ; private set ; }
35
35
private const string _language = "csharp" ;
36
- private const string _sdkVersion = "5.9.1 " ;
37
- private const string _sdkGenVersion = "2.338.5 " ;
36
+ private const string _sdkVersion = "5.9.2 " ;
37
+ private const string _sdkGenVersion = "2.338.12 " ;
38
38
private const string _openapiDocVersion = "0.4.0 ." ;
39
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
39
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
40
40
private string _serverUrl = "" ;
41
41
private ISpeakeasyHttpClient _client ;
42
42
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public class Metadata: IMetadata
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.9.1 " ;
55
- private const string _sdkGenVersion = "2.338.5 " ;
54
+ private const string _sdkVersion = "5.9.2 " ;
55
+ private const string _sdkGenVersion = "2.338.12 " ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.1 2.338.5 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _client ;
60
60
private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments