File tree Expand file tree Collapse file tree 13 files changed +44
-34
lines changed Expand file tree Collapse file tree 13 files changed +44
-34
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ management:
4
4
docChecksum: ba638b2ad28966c596e28321a2003686
5
5
docVersion: 0.3.0
6
6
speakeasyVersion: internal
7
- generationVersion: 2.225 .2
8
- releaseVersion: 2.3.0
9
- configChecksum: 8128fcf5f1e728c102d2b9f00bdf7aaf
7
+ generationVersion: 2.237 .2
8
+ releaseVersion: 2.3.1
9
+ configChecksum: 80c8ab98feea932ef9ce06465f8c6375
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
- core: 3.3.0
15
+ core: 3.3.1
16
16
examples: 2.81.3
17
- globalSecurity: 2.81.2
17
+ globalSecurity: 2.81.3
18
18
globalServerURLs: 2.82.2
19
19
inputOutputModels: 2.83.0
20
20
serverIDs: 2.82.0
Original file line number Diff line number Diff line change @@ -378,4 +378,14 @@ Based on:
378
378
### Generated
379
379
- [ csharp v2.3.0] .
380
380
### Releases
381
- - [ NuGet v2.3.0] https://www.nuget.org/packages/SpeakeasySDK/2.3.0 - .
381
+ - [ NuGet v2.3.0] https://www.nuget.org/packages/SpeakeasySDK/2.3.0 - .
382
+
383
+ ## 2024-01-19 00:03:43
384
+ ### Changes
385
+ Based on:
386
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
387
+ - Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
388
+ ### Generated
389
+ - [ csharp v2.3.1] .
390
+ ### Releases
391
+ - [ NuGet v2.3.1] https://www.nuget.org/packages/SpeakeasySDK/2.3.1 - .
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ public class ApiEndpoints: IApiEndpoints
96
96
{
97
97
public SDKConfig SDKConfiguration { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "2.3.0 " ;
100
- private const string _sdkGenVersion = "2.225 .2" ;
99
+ private const string _sdkVersion = "2.3.1 " ;
100
+ private const string _sdkGenVersion = "2.237 .2" ;
101
101
private const string _openapiDocVersion = "0.3.0" ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
103
103
private string _serverUrl = "" ;
104
104
private ISpeakeasyHttpClient _defaultClient ;
105
105
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ public class Apis: IApis
92
92
{
93
93
public SDKConfig SDKConfiguration { get ; private set ; }
94
94
private const string _language = "csharp" ;
95
- private const string _sdkVersion = "2.3.0 " ;
96
- private const string _sdkGenVersion = "2.225 .2" ;
95
+ private const string _sdkVersion = "2.3.1 " ;
96
+ private const string _sdkGenVersion = "2.237 .2" ;
97
97
private const string _openapiDocVersion = "0.3.0" ;
98
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
98
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
99
99
private string _serverUrl = "" ;
100
100
private ISpeakeasyHttpClient _defaultClient ;
101
101
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public class Embeds: IEmbeds
54
54
{
55
55
public SDKConfig SDKConfiguration { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
- private const string _sdkVersion = "2.3.0 " ;
58
- private const string _sdkGenVersion = "2.225 .2" ;
57
+ private const string _sdkVersion = "2.3.1 " ;
58
+ private const string _sdkGenVersion = "2.237 .2" ;
59
59
private const string _openapiDocVersion = "0.3.0" ;
60
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
60
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
61
61
private string _serverUrl = "" ;
62
62
private ISpeakeasyHttpClient _defaultClient ;
63
63
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public class Metadata: IMetadata
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.3.0 " ;
53
- private const string _sdkGenVersion = "2.225 .2" ;
52
+ private const string _sdkVersion = "2.3.1 " ;
53
+ private const string _sdkGenVersion = "2.237 .2" ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _defaultClient ;
58
58
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public class Plugins: IPlugins
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.3.0 " ;
53
- private const string _sdkGenVersion = "2.225 .2" ;
52
+ private const string _sdkVersion = "2.3.1 " ;
53
+ private const string _sdkGenVersion = "2.237 .2" ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _defaultClient ;
58
58
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public class Requests: IRequests
59
59
{
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "2.3.0 " ;
63
- private const string _sdkGenVersion = "2.225 .2" ;
62
+ private const string _sdkVersion = "2.3.1 " ;
63
+ private const string _sdkGenVersion = "2.237 .2" ;
64
64
private const string _openapiDocVersion = "0.3.0" ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _defaultClient ;
68
68
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class Schemas: ISchemas
94
94
{
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "2.3.0 " ;
98
- private const string _sdkGenVersion = "2.225 .2" ;
97
+ private const string _sdkVersion = "2.3.1 " ;
98
+ private const string _sdkGenVersion = "2.237 .2" ;
99
99
private const string _openapiDocVersion = "0.3.0" ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _defaultClient ;
103
103
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ public class Speakeasy: ISpeakeasy
107
107
public SDKConfig SDKConfiguration { get ; private set ; }
108
108
109
109
private const string _language = "csharp" ;
110
- private const string _sdkVersion = "2.3.0 " ;
111
- private const string _sdkGenVersion = "2.225 .2" ;
110
+ private const string _sdkVersion = "2.3.1 " ;
111
+ private const string _sdkGenVersion = "2.237 .2" ;
112
112
private const string _openapiDocVersion = "0.3.0" ;
113
- private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225 .2 0.3.0 SpeakeasySDK" ;
113
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237 .2 0.3.0 SpeakeasySDK" ;
114
114
private string _serverUrl = "" ;
115
115
private ISpeakeasyHttpClient _defaultClient ;
116
116
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >SpeakeasySDK</PackageId >
5
- <Version >2.3.0 </Version >
5
+ <Version >2.3.1 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ object value
165
165
}
166
166
break ;
167
167
case "openIdConnect" :
168
- client . AddHeader ( valueMetadata . Name , Utilities . ValueToString ( value ) ) ;
168
+ client . AddHeader ( valueMetadata . Name , Utilities . PrefixBearer ( Utilities . ValueToString ( value ) ) ) ;
169
169
break ;
170
170
case "oauth2" :
171
- client . AddHeader ( valueMetadata . Name , Utilities . ValueToString ( value ) ) ;
171
+ client . AddHeader ( valueMetadata . Name , Utilities . PrefixBearer ( Utilities . ValueToString ( value ) ) ) ;
172
172
break ;
173
173
case "http" :
174
174
switch ( schemeMetadata . SubType )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ generation:
6
6
fixes :
7
7
nameResolutionDec2023 : false
8
8
csharp :
9
- version : 2.3.0
9
+ version : 2.3.1
10
10
author : Speakeasy
11
11
dotnetVersion : net5.0
12
12
imports :
You can’t perform that action at this time.
0 commit comments