File tree Expand file tree Collapse file tree 12 files changed +31
-21
lines changed
Expand file tree Collapse file tree 12 files changed +31
-21
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 3.0.0
66 speakeasyVersion: 1.392.1
77 generationVersion: 2.411.9
8- releaseVersion: 0.0.8
9- configChecksum: f9e3b0177a62691ae988251752f73d3e
8+ releaseVersion: 0.0.9
9+ configChecksum: b4e790a9b84d11c6096dc23fbc41d592
1010 repoURL: https://github.com/codatio/client-sdk-csharp.git
1111 repoSubDirectory: sync-for-payables
1212 published: true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : true
1414csharp :
15- version : 0.0.8
15+ version : 0.0.9
1616 additionalDependencies : []
1717 author : Speakeasy
1818 clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public class BankAccounts: IBankAccounts
4747 {
4848 public SDKConfig SDKConfiguration { get ; private set ; }
4949 private const string _language = "csharp" ;
50- private const string _sdkVersion = "0.0.8 " ;
50+ private const string _sdkVersion = "0.0.9 " ;
5151 private const string _sdkGenVersion = "2.411.9" ;
5252 private const string _openapiDocVersion = "3.0.0" ;
53- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
53+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
5454 private string _serverUrl = "" ;
5555 private ISpeakeasyHttpClient _client ;
5656 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class BillPayments: IBillPayments
6060 {
6161 public SDKConfig SDKConfiguration { get ; private set ; }
6262 private const string _language = "csharp" ;
63- private const string _sdkVersion = "0.0.8 " ;
63+ private const string _sdkVersion = "0.0.9 " ;
6464 private const string _sdkGenVersion = "2.411.9" ;
6565 private const string _openapiDocVersion = "3.0.0" ;
66- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
66+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
6767 private string _serverUrl = "" ;
6868 private ISpeakeasyHttpClient _client ;
6969 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ public class Bills: IBills
109109 {
110110 public SDKConfig SDKConfiguration { get ; private set ; }
111111 private const string _language = "csharp" ;
112- private const string _sdkVersion = "0.0.8 " ;
112+ private const string _sdkVersion = "0.0.9 " ;
113113 private const string _sdkGenVersion = "2.411.9" ;
114114 private const string _openapiDocVersion = "3.0.0" ;
115- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
115+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
116116 private string _serverUrl = "" ;
117117 private ISpeakeasyHttpClient _client ;
118118 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ public class Companies: ICompanies
101101 {
102102 public SDKConfig SDKConfiguration { get ; private set ; }
103103 private const string _language = "csharp" ;
104- private const string _sdkVersion = "0.0.8 " ;
104+ private const string _sdkVersion = "0.0.9 " ;
105105 private const string _sdkGenVersion = "2.411.9" ;
106106 private const string _openapiDocVersion = "3.0.0" ;
107- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
107+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
108108 private string _serverUrl = "" ;
109109 private ISpeakeasyHttpClient _client ;
110110 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public class CompanyInformation: ICompanyInformation
4747 {
4848 public SDKConfig SDKConfiguration { get ; private set ; }
4949 private const string _language = "csharp" ;
50- private const string _sdkVersion = "0.0.8 " ;
50+ private const string _sdkVersion = "0.0.9 " ;
5151 private const string _sdkGenVersion = "2.411.9" ;
5252 private const string _openapiDocVersion = "3.0.0" ;
53- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
53+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
5454 private string _serverUrl = "" ;
5555 private ISpeakeasyHttpClient _client ;
5656 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ public class Connections: IConnections
8484 {
8585 public SDKConfig SDKConfiguration { get ; private set ; }
8686 private const string _language = "csharp" ;
87- private const string _sdkVersion = "0.0.8 " ;
87+ private const string _sdkVersion = "0.0.9 " ;
8888 private const string _sdkGenVersion = "2.411.9" ;
8989 private const string _openapiDocVersion = "3.0.0" ;
90- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
90+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
9191 private string _serverUrl = "" ;
9292 private ISpeakeasyHttpClient _client ;
9393 private Func < Openapi . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <IsPackable >true</IsPackable >
55 <PackageId >Openapi</PackageId >
6- <Version >0.0.8 </Version >
6+ <Version >0.0.9 </Version >
77 <TargetFramework >net8.0</TargetFramework >
88 <Authors >Speakeasy</Authors >
99 <Copyright >Copyright (c) Speakeasy 2024</Copyright >
Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ public class SDK: ISDK
149149 public SDKConfig SDKConfiguration { get ; private set ; }
150150
151151 private const string _language = "csharp" ;
152- private const string _sdkVersion = "0.0.8 " ;
152+ private const string _sdkVersion = "0.0.9 " ;
153153 private const string _sdkGenVersion = "2.411.9" ;
154154 private const string _openapiDocVersion = "3.0.0" ;
155- private const string _userAgent = "speakeasy-sdk/csharp 0.0.8 2.411.9 3.0.0 Openapi" ;
155+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.9 2.411.9 3.0.0 Openapi" ;
156156 private string _serverUrl = "" ;
157157 private int _serverIndex = 0 ;
158158 private ISpeakeasyHttpClient _client ;
You can’t perform that action at this time.
0 commit comments