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:
208208### Generated
209209- [ csharp v1.13.6] .
210210### 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
9393 {
9494 public SDKConfig Config { get ; private set ; }
9595 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 " ;
9898 private const string _openapiDocVersion = "0.3.0" ;
9999 private string _serverUrl = "" ;
100100 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ public class ApisSDK: IApisSDK
8989 {
9090 public SDKConfig Config { get ; private set ; }
9191 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 " ;
9494 private const string _openapiDocVersion = "0.3.0" ;
9595 private string _serverUrl = "" ;
9696 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public class EmbedsSDK: IEmbedsSDK
5151 {
5252 public SDKConfig Config { get ; private set ; }
5353 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 " ;
5656 private const string _openapiDocVersion = "0.3.0" ;
5757 private string _serverUrl = "" ;
5858 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public class MetadataSDK: IMetadataSDK
4646 {
4747 public SDKConfig Config { get ; private set ; }
4848 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 " ;
5151 private const string _openapiDocVersion = "0.3.0" ;
5252 private string _serverUrl = "" ;
5353 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public class PluginsSDK: IPluginsSDK
4646 {
4747 public SDKConfig Config { get ; private set ; }
4848 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 " ;
5151 private const string _openapiDocVersion = "0.3.0" ;
5252 private string _serverUrl = "" ;
5353 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public class RequestsSDK: IRequestsSDK
5656 {
5757 public SDKConfig Config { get ; private set ; }
5858 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 " ;
6161 private const string _openapiDocVersion = "0.3.0" ;
6262 private string _serverUrl = "" ;
6363 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ public class SchemasSDK: ISchemasSDK
9191 {
9292 public SDKConfig Config { get ; private set ; }
9393 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 " ;
9696 private const string _openapiDocVersion = "0.3.0" ;
9797 private string _serverUrl = "" ;
9898 private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <IsPackable >true</IsPackable >
44 <PackageId >SpeakeasySDK</PackageId >
5- <Version >1.13.6 </Version >
5+ <Version >1.13.7 </Version >
66 <Authors >Speakeasy</Authors >
77 <TargetFramework >net5.0</TargetFramework >
88 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ public class SpeakeasySDK: ISpeakeasySDK
8181 } ;
8282
8383 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 " ;
8686 private const string _openapiDocVersion = "0.3.0" ;
8787 private string _serverUrl = "" ;
8888 private ISpeakeasyHttpClient _defaultClient ;
You can’t perform that action at this time.
0 commit comments