File tree Expand file tree Collapse file tree 19 files changed +47
-37
lines changed Expand file tree Collapse file tree 19 files changed +47
-37
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.300.1
77 generationVersion: 2.339.1
8- releaseVersion: 5.9.4
9- configChecksum: c04f5403d0014003ffb7251e63fc8b38
8+ releaseVersion: 5.9.5
9+ configChecksum: eebc409de646c542bfea1702ad5ff420
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,17 +2,17 @@ speakeasyVersion: 1.300.1
22sources:
33 speakeasy:
44 sourceNamespace: speakeasy
5- sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
6- sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
5+ sourceRevisionDigest: sha256:b36e759769a7cd49691af8f372ba7fdd8914170f6ee247631ae7da90b1bbd8b3
6+ sourceBlobDigest: sha256:158c8e1a2f99f1736b6676e7bc0d97b097aa62f9b3e4abb357e6f35aa1700ef8
77 tags:
88 - latest
99 - main
1010targets:
1111 speakeasy-client-sdk-csharp:
1212 source: speakeasy
1313 sourceNamespace: speakeasy
14- sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
15- sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
14+ sourceRevisionDigest: sha256:b36e759769a7cd49691af8f372ba7fdd8914170f6ee247631ae7da90b1bbd8b3
15+ sourceBlobDigest: sha256:158c8e1a2f99f1736b6676e7bc0d97b097aa62f9b3e4abb357e6f35aa1700ef8
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -718,4 +718,14 @@ Based on:
718718### Generated
719719- [ csharp v5.9.4] .
720720### Releases
721- - [ NuGet v5.9.4] https://www.nuget.org/packages/SpeakeasySDK/5.9.4 - .
721+ - [ NuGet v5.9.4] https://www.nuget.org/packages/SpeakeasySDK/5.9.4 - .
722+
723+ ## 2024-06-10 16:08:51
724+ ### Changes
725+ Based on:
726+ - OpenAPI Doc
727+ - Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
728+ ### Generated
729+ - [ csharp v5.9.5] .
730+ ### Releases
731+ - [ NuGet v5.9.5] https://www.nuget.org/packages/SpeakeasySDK/5.9.5 - .
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.4 " ;
101+ private const string _sdkVersion = "5.9.5 " ;
102102 private const string _sdkGenVersion = "2.339.1" ;
103103 private const string _openapiDocVersion = "0.4.0 ." ;
104- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
104+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 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.4 " ;
97+ private const string _sdkVersion = "5.9.5 " ;
9898 private const string _sdkGenVersion = "2.339.1" ;
9999 private const string _openapiDocVersion = "0.4.0 ." ;
100- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
100+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 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 @@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
5757 {
5858 public SDKConfig SDKConfiguration { get ; private set ; }
5959 private const string _language = "csharp" ;
60- private const string _sdkVersion = "5.9.4 " ;
60+ private const string _sdkVersion = "5.9.5 " ;
6161 private const string _sdkGenVersion = "2.339.1" ;
6262 private const string _openapiDocVersion = "0.4.0 ." ;
63- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
63+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK" ;
6464 private string _serverUrl = "" ;
6565 private ISpeakeasyHttpClient _client ;
6666 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.4 " ;
63+ private const string _sdkVersion = "5.9.5 " ;
6464 private const string _sdkGenVersion = "2.339.1" ;
6565 private const string _openapiDocVersion = "0.4.0 ." ;
66- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
66+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 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.4 " ;
59+ private const string _sdkVersion = "5.9.5 " ;
6060 private const string _sdkGenVersion = "2.339.1" ;
6161 private const string _openapiDocVersion = "0.4.0 ." ;
62- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
62+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 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.4 " ;
63+ private const string _sdkVersion = "5.9.5 " ;
6464 private const string _sdkGenVersion = "2.339.1" ;
6565 private const string _openapiDocVersion = "0.4.0 ." ;
66- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
66+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 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 @@ -33,10 +33,10 @@ public class Github: IGithub
3333 {
3434 public SDKConfig SDKConfiguration { get ; private set ; }
3535 private const string _language = "csharp" ;
36- private const string _sdkVersion = "5.9.4 " ;
36+ private const string _sdkVersion = "5.9.5 " ;
3737 private const string _sdkGenVersion = "2.339.1" ;
3838 private const string _openapiDocVersion = "0.4.0 ." ;
39- private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
39+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK" ;
4040 private string _serverUrl = "" ;
4141 private ISpeakeasyHttpClient _client ;
4242 private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments