File tree Expand file tree Collapse file tree 11 files changed +30
-22
lines changed Expand file tree Collapse file tree 11 files changed +30
-22
lines changed Original file line number Diff line number Diff line change @@ -152,4 +152,12 @@ Based on:
152
152
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
153
153
- Speakeasy CLI 1.77.0 (2.91.2) https://github.com/speakeasy-api/speakeasy
154
154
### Generated
155
- - [ csharp v1.13.0] .
155
+ - [ csharp v1.13.0] .
156
+
157
+ ## 2023-09-02 00:02:57
158
+ ### Changes
159
+ Based on:
160
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
161
+ - Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
162
+ ### Generated
163
+ - [ csharp v1.13.1] .
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.0 " ;
40
- private const string _sdkGenVersion = "2.91.2 " ;
39
+ private const string _sdkVersion = "1.13.1 " ;
40
+ private const string _sdkGenVersion = "2.91.4 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public class ApisSDK: IApisSDK
34
34
{
35
35
public SDKConfig Config { get ; private set ; }
36
36
private const string _language = "csharp" ;
37
- private const string _sdkVersion = "1.13.0 " ;
38
- private const string _sdkGenVersion = "2.91.2 " ;
37
+ private const string _sdkVersion = "1.13.1 " ;
38
+ private const string _sdkGenVersion = "2.91.4 " ;
39
39
private const string _openapiDocVersion = "0.3.0" ;
40
40
private string _serverUrl = "" ;
41
41
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class EmbedsSDK: IEmbedsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.0 " ;
35
- private const string _sdkGenVersion = "2.91.2 " ;
34
+ private const string _sdkVersion = "1.13.1 " ;
35
+ private const string _sdkGenVersion = "2.91.4 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class MetadataSDK: IMetadataSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.0 " ;
35
- private const string _sdkGenVersion = "2.91.2 " ;
34
+ private const string _sdkVersion = "1.13.1 " ;
35
+ private const string _sdkGenVersion = "2.91.4 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class PluginsSDK: IPluginsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.0 " ;
35
- private const string _sdkGenVersion = "2.91.2 " ;
34
+ private const string _sdkVersion = "1.13.1 " ;
35
+ private const string _sdkGenVersion = "2.91.4 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class RequestsSDK: IRequestsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.0 " ;
35
- private const string _sdkGenVersion = "2.91.2 " ;
34
+ private const string _sdkVersion = "1.13.1 " ;
35
+ private const string _sdkGenVersion = "2.91.4 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class SchemasSDK: ISchemasSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.0 " ;
40
- private const string _sdkGenVersion = "2.91.2 " ;
39
+ private const string _sdkVersion = "1.13.1 " ;
40
+ private const string _sdkGenVersion = "2.91.4 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
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.0 </Version >
5
+ <Version >1.13.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 @@ -43,8 +43,8 @@ public class SpeakeasySDK: ISpeakeasySDK
43
43
} ;
44
44
45
45
private const string _language = "csharp" ;
46
- private const string _sdkVersion = "1.13.0 " ;
47
- private const string _sdkGenVersion = "2.91.2 " ;
46
+ private const string _sdkVersion = "1.13.1 " ;
47
+ private const string _sdkGenVersion = "2.91.4 " ;
48
48
private const string _openapiDocVersion = "0.3.0" ;
49
49
private string _serverUrl = "" ;
50
50
private ISpeakeasyHttpClient _defaultClient ;
You can’t perform that action at this time.
0 commit comments