File tree Expand file tree Collapse file tree 11 files changed +40
-31
lines changed Expand file tree Collapse file tree 11 files changed +40
-31
lines changed Original file line number Diff line number Diff line change @@ -338,4 +338,14 @@ Based on:
338
338
### Generated
339
339
- [ csharp v2.2.0] .
340
340
### Releases
341
- - [ NuGet v2.2.0] https://www.nuget.org/packages/SpeakeasySDK/2.2.0 - .
341
+ - [ NuGet v2.2.0] https://www.nuget.org/packages/SpeakeasySDK/2.2.0 - .
342
+
343
+ ## 2023-11-18 00:03:34
344
+ ### Changes
345
+ Based on:
346
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
347
+ - Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
348
+ ### Generated
349
+ - [ csharp v2.2.1] .
350
+ ### Releases
351
+ - [ NuGet v2.2.1] https://www.nuget.org/packages/SpeakeasySDK/2.2.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 Config { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "2.2.0 " ;
100
- private const string _sdkGenVersion = "2.192 .1" ;
99
+ private const string _sdkVersion = "2.2.1 " ;
100
+ private const string _sdkGenVersion = "2.194 .1" ;
101
101
private const string _openapiDocVersion = "0.3.0" ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
94
94
private const string _language = "csharp" ;
95
- private const string _sdkVersion = "2.2.0 " ;
96
- private const string _sdkGenVersion = "2.192 .1" ;
95
+ private const string _sdkVersion = "2.2.1 " ;
96
+ private const string _sdkGenVersion = "2.194 .1" ;
97
97
private const string _openapiDocVersion = "0.3.0" ;
98
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
98
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
- private const string _sdkVersion = "2.2.0 " ;
58
- private const string _sdkGenVersion = "2.192 .1" ;
57
+ private const string _sdkVersion = "2.2.1 " ;
58
+ private const string _sdkGenVersion = "2.194 .1" ;
59
59
private const string _openapiDocVersion = "0.3.0" ;
60
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
60
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.2.0 " ;
53
- private const string _sdkGenVersion = "2.192 .1" ;
52
+ private const string _sdkVersion = "2.2.1 " ;
53
+ private const string _sdkGenVersion = "2.194 .1" ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.2.0 " ;
53
- private const string _sdkGenVersion = "2.192 .1" ;
52
+ private const string _sdkVersion = "2.2.1 " ;
53
+ private const string _sdkGenVersion = "2.194 .1" ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "2.2.0 " ;
63
- private const string _sdkGenVersion = "2.192 .1" ;
62
+ private const string _sdkVersion = "2.2.1 " ;
63
+ private const string _sdkGenVersion = "2.194 .1" ;
64
64
private const string _openapiDocVersion = "0.3.0" ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 Config { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "2.2.0 " ;
98
- private const string _sdkGenVersion = "2.192 .1" ;
97
+ private const string _sdkVersion = "2.2.1 " ;
98
+ private const string _sdkGenVersion = "2.194 .1" ;
99
99
private const string _openapiDocVersion = "0.3.0" ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 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 @@ -104,12 +104,11 @@ public class Speakeasy: ISpeakeasy
104
104
{
105
105
public SDKConfig Config { get ; private set ; }
106
106
107
-
108
107
private const string _language = "csharp" ;
109
- private const string _sdkVersion = "2.2.0 " ;
110
- private const string _sdkGenVersion = "2.192 .1" ;
108
+ private const string _sdkVersion = "2.2.1 " ;
109
+ private const string _sdkGenVersion = "2.194 .1" ;
111
110
private const string _openapiDocVersion = "0.3.0" ;
112
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.0 2.192 .1 0.3.0 SpeakeasySDK" ;
111
+ private const string _userAgent = "speakeasy-sdk/csharp 2.2.1 2.194 .1 0.3.0 SpeakeasySDK" ;
113
112
private string _serverUrl = "" ;
114
113
private ISpeakeasyHttpClient _defaultClient ;
115
114
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.2.0 </Version >
5
+ <Version >2.2.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 @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : ba638b2ad28966c596e28321a2003686
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.120.3
6
- generationVersion : 2.192 .1
5
+ speakeasyVersion : 1.121.1
6
+ generationVersion : 2.194 .1
7
7
generation :
8
8
comments : {}
9
9
sdkClassName : Speakeasy
@@ -15,11 +15,11 @@ features:
15
15
core : 3.1.2
16
16
examples : 2.81.3
17
17
globalSecurity : 2.81.1
18
- globalServerURLs : 2.82.0
18
+ globalServerURLs : 2.82.1
19
19
inputOutputModels : 2.82.0
20
20
serverIDs : 2.82.0
21
21
csharp :
22
- version : 2.2.0
22
+ version : 2.2.1
23
23
author : Speakeasy
24
24
dotnetVersion : net5.0
25
25
imports :
You can’t perform that action at this time.
0 commit comments