File tree Expand file tree Collapse file tree 11 files changed +32
-22
lines changed Expand file tree Collapse file tree 11 files changed +32
-22
lines changed Original file line number Diff line number Diff line change @@ -208,4 +208,14 @@ Based on:
208
208
### Generated
209
209
- [ csharp v1.13.6] .
210
210
### Releases
211
- - [ NuGet v1.13.6] https://www.nuget.org/packages/SpeakeasySDK/1.13.6 - .
211
+ - [ NuGet v1.13.6] https://www.nuget.org/packages/SpeakeasySDK/1.13.6 - .
212
+
213
+ ## 2023-09-20 00:03:22
214
+ ### Changes
215
+ Based on:
216
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
217
+ - Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
218
+ ### Generated
219
+ - [ csharp v1.13.7] .
220
+ ### Releases
221
+ - [ NuGet v1.13.7] https://www.nuget.org/packages/SpeakeasySDK/1.13.7 - .
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
93
93
{
94
94
public SDKConfig Config { get ; private set ; }
95
95
private const string _language = "csharp" ;
96
- private const string _sdkVersion = "1.13.6 " ;
97
- private const string _sdkGenVersion = "2.115.2 " ;
96
+ private const string _sdkVersion = "1.13.7 " ;
97
+ private const string _sdkGenVersion = "2.118.1 " ;
98
98
private const string _openapiDocVersion = "0.3.0" ;
99
99
private string _serverUrl = "" ;
100
100
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ public class ApisSDK: IApisSDK
89
89
{
90
90
public SDKConfig Config { get ; private set ; }
91
91
private const string _language = "csharp" ;
92
- private const string _sdkVersion = "1.13.6 " ;
93
- private const string _sdkGenVersion = "2.115.2 " ;
92
+ private const string _sdkVersion = "1.13.7 " ;
93
+ private const string _sdkGenVersion = "2.118.1 " ;
94
94
private const string _openapiDocVersion = "0.3.0" ;
95
95
private string _serverUrl = "" ;
96
96
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public class EmbedsSDK: IEmbedsSDK
51
51
{
52
52
public SDKConfig Config { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "1.13.6 " ;
55
- private const string _sdkGenVersion = "2.115.2 " ;
54
+ private const string _sdkVersion = "1.13.7 " ;
55
+ private const string _sdkGenVersion = "2.118.1 " ;
56
56
private const string _openapiDocVersion = "0.3.0" ;
57
57
private string _serverUrl = "" ;
58
58
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public class MetadataSDK: IMetadataSDK
46
46
{
47
47
public SDKConfig Config { get ; private set ; }
48
48
private const string _language = "csharp" ;
49
- private const string _sdkVersion = "1.13.6 " ;
50
- private const string _sdkGenVersion = "2.115.2 " ;
49
+ private const string _sdkVersion = "1.13.7 " ;
50
+ private const string _sdkGenVersion = "2.118.1 " ;
51
51
private const string _openapiDocVersion = "0.3.0" ;
52
52
private string _serverUrl = "" ;
53
53
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public class PluginsSDK: IPluginsSDK
46
46
{
47
47
public SDKConfig Config { get ; private set ; }
48
48
private const string _language = "csharp" ;
49
- private const string _sdkVersion = "1.13.6 " ;
50
- private const string _sdkGenVersion = "2.115.2 " ;
49
+ private const string _sdkVersion = "1.13.7 " ;
50
+ private const string _sdkGenVersion = "2.118.1 " ;
51
51
private const string _openapiDocVersion = "0.3.0" ;
52
52
private string _serverUrl = "" ;
53
53
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public class RequestsSDK: IRequestsSDK
56
56
{
57
57
public SDKConfig Config { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "1.13.6 " ;
60
- private const string _sdkGenVersion = "2.115.2 " ;
59
+ private const string _sdkVersion = "1.13.7 " ;
60
+ private const string _sdkGenVersion = "2.118.1 " ;
61
61
private const string _openapiDocVersion = "0.3.0" ;
62
62
private string _serverUrl = "" ;
63
63
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ public class SchemasSDK: ISchemasSDK
91
91
{
92
92
public SDKConfig Config { get ; private set ; }
93
93
private const string _language = "csharp" ;
94
- private const string _sdkVersion = "1.13.6 " ;
95
- private const string _sdkGenVersion = "2.115.2 " ;
94
+ private const string _sdkVersion = "1.13.7 " ;
95
+ private const string _sdkGenVersion = "2.118.1 " ;
96
96
private const string _openapiDocVersion = "0.3.0" ;
97
97
private string _serverUrl = "" ;
98
98
private ISpeakeasyHttpClient _defaultClient ;
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 >1.13.6 </Version >
5
+ <Version >1.13.7 </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 @@ -81,8 +81,8 @@ public class SpeakeasySDK: ISpeakeasySDK
81
81
} ;
82
82
83
83
private const string _language = "csharp" ;
84
- private const string _sdkVersion = "1.13.6 " ;
85
- private const string _sdkGenVersion = "2.115.2 " ;
84
+ private const string _sdkVersion = "1.13.7 " ;
85
+ private const string _sdkGenVersion = "2.118.1 " ;
86
86
private const string _openapiDocVersion = "0.3.0" ;
87
87
private string _serverUrl = "" ;
88
88
private ISpeakeasyHttpClient _defaultClient ;
You can’t perform that action at this time.
0 commit comments