File tree Expand file tree Collapse file tree 20 files changed +459
-449
lines changed Expand file tree Collapse file tree 20 files changed +459
-449
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.4.0 .
66 speakeasyVersion: 1.339.0
77 generationVersion: 2.375.5
8- releaseVersion: 5.9.20
9- configChecksum: 807cb63b4c5d7df78395e778b9b2d27c
8+ releaseVersion: 5.9.21
9+ configChecksum: 2ea6bcaecc8126db43ccb4d934abbf1c
1010 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111 repoSubDirectory: .
1212 published: true
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ speakeasyVersion: 1.339.0
22sources:
33 speakeasy:
44 sourceNamespace: speakeasy
5- sourceRevisionDigest: sha256:0e85f130ef362fbf5e8dc75c9bce61d9dbe0e91bf047a627bb691bdf8c0d9820
6- sourceBlobDigest: sha256:45490a1660951ec6acca1647331452928f8a1e84bac64c2137aadbb1c2233548
5+ sourceRevisionDigest: sha256:1634c24a24b68d32af192316a3a8ace8f269e533d64e7787b1e7db8019bf2931
6+ sourceBlobDigest: sha256:83b61f149e32a497ddbe99c944832b8de15959121ab3ab2d00d50e8cab5add24
77 tags:
88 - latest
99 - main
1010targets:
1111 speakeasy-client-sdk-csharp:
1212 source: speakeasy
1313 sourceNamespace: speakeasy
14- sourceRevisionDigest: sha256:0e85f130ef362fbf5e8dc75c9bce61d9dbe0e91bf047a627bb691bdf8c0d9820
15- sourceBlobDigest: sha256:45490a1660951ec6acca1647331452928f8a1e84bac64c2137aadbb1c2233548
14+ sourceRevisionDigest: sha256:1634c24a24b68d32af192316a3a8ace8f269e533d64e7787b1e7db8019bf2931
15+ sourceBlobDigest: sha256:83b61f149e32a497ddbe99c944832b8de15959121ab3ab2d00d50e8cab5add24
1616 codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17- codeSamplesRevisionDigest: sha256:6cd8df22b6265b750270bd34c723562a2d1873dec648bcfcfb8b1d08db12ca96
17+ codeSamplesRevisionDigest: sha256:53200dd890d686adb6dd2b81e9d6b46e3b69510eede5594f19a4718eda0cfc78
1818 outLocation: /github/workspace/repo
1919workflow:
2020 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -848,4 +848,14 @@ Based on:
848848### Generated
849849- [ csharp v5.9.20] .
850850### Releases
851- - [ NuGet v5.9.20] https://www.nuget.org/packages/SpeakeasySDK/5.9.20 - .
851+ - [ NuGet v5.9.20] https://www.nuget.org/packages/SpeakeasySDK/5.9.20 - .
852+
853+ ## 2024-07-17 19:57:43
854+ ### Changes
855+ Based on:
856+ - OpenAPI Doc
857+ - Speakeasy CLI 1.339.0 (2.375.5) https://github.com/speakeasy-api/speakeasy
858+ ### Generated
859+ - [ csharp v5.9.21] .
860+ ### Releases
861+ - [ NuGet v5.9.21] https://www.nuget.org/packages/SpeakeasySDK/5.9.21 - .
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
9898 {
9999 public SDKConfig SDKConfiguration { get ; private set ; }
100100 private const string _language = "csharp" ;
101- private const string _sdkVersion = "5.9.20 " ;
101+ private const string _sdkVersion = "5.9.21 " ;
102102 private const string _sdkGenVersion = "2.375.5" ;
103103 private const string _openapiDocVersion = "0.4.0 ." ;
104- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
104+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
105105 private string _serverUrl = "" ;
106106 private ISpeakeasyHttpClient _client ;
107107 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class Apis: IApis
9494 {
9595 public SDKConfig SDKConfiguration { get ; private set ; }
9696 private const string _language = "csharp" ;
97- private const string _sdkVersion = "5.9.20 " ;
97+ private const string _sdkVersion = "5.9.21 " ;
9898 private const string _sdkGenVersion = "2.375.5" ;
9999 private const string _openapiDocVersion = "0.4.0 ." ;
100- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
100+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
101101 private string _serverUrl = "" ;
102102 private ISpeakeasyHttpClient _client ;
103103 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public class Artifacts: IArtifacts
6464 {
6565 public SDKConfig SDKConfiguration { get ; private set ; }
6666 private const string _language = "csharp" ;
67- private const string _sdkVersion = "5.9.20 " ;
67+ private const string _sdkVersion = "5.9.21 " ;
6868 private const string _sdkGenVersion = "2.375.5" ;
6969 private const string _openapiDocVersion = "0.4.0 ." ;
70- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
70+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
7171 private string _serverUrl = "" ;
7272 private ISpeakeasyHttpClient _client ;
7373 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Auth: IAuth
6060 {
6161 public SDKConfig SDKConfiguration { get ; private set ; }
6262 private const string _language = "csharp" ;
63- private const string _sdkVersion = "5.9.20 " ;
63+ private const string _sdkVersion = "5.9.21 " ;
6464 private const string _sdkGenVersion = "2.375.5" ;
6565 private const string _openapiDocVersion = "0.4.0 ." ;
66- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
66+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
6767 private string _serverUrl = "" ;
6868 private ISpeakeasyHttpClient _client ;
6969 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Embeds: IEmbeds
5656 {
5757 public SDKConfig SDKConfiguration { get ; private set ; }
5858 private const string _language = "csharp" ;
59- private const string _sdkVersion = "5.9.20 " ;
59+ private const string _sdkVersion = "5.9.21 " ;
6060 private const string _sdkGenVersion = "2.375.5" ;
6161 private const string _openapiDocVersion = "0.4.0 ." ;
62- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
62+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
6363 private string _serverUrl = "" ;
6464 private ISpeakeasyHttpClient _client ;
6565 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Events: IEvents
6060 {
6161 public SDKConfig SDKConfiguration { get ; private set ; }
6262 private const string _language = "csharp" ;
63- private const string _sdkVersion = "5.9.20 " ;
63+ private const string _sdkVersion = "5.9.21 " ;
6464 private const string _sdkGenVersion = "2.375.5" ;
6565 private const string _openapiDocVersion = "0.4.0 ." ;
66- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
66+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
6767 private string _serverUrl = "" ;
6868 private ISpeakeasyHttpClient _client ;
6969 private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public class Github: IGithub
3939 {
4040 public SDKConfig SDKConfiguration { get ; private set ; }
4141 private const string _language = "csharp" ;
42- private const string _sdkVersion = "5.9.20 " ;
42+ private const string _sdkVersion = "5.9.21 " ;
4343 private const string _sdkGenVersion = "2.375.5" ;
4444 private const string _openapiDocVersion = "0.4.0 ." ;
45- private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK" ;
45+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.21 2.375.5 0.4.0 . SpeakeasySDK" ;
4646 private string _serverUrl = "" ;
4747 private ISpeakeasyHttpClient _client ;
4848 private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments