File tree Expand file tree Collapse file tree 20 files changed +74
-33
lines changed Expand file tree Collapse file tree 20 files changed +74
-33
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.4.0 .
6
6
speakeasyVersion: 1.300.1
7
7
generationVersion: 2.339.1
8
- releaseVersion: 5.9.3
9
- configChecksum: f4b55564817d04155699f9166432d2a5
8
+ releaseVersion: 5.9.4
9
+ configChecksum: c04f5403d0014003ffb7251e63fc8b38
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change
1
+ speakeasyVersion: 1.300.1
2
+ sources:
3
+ speakeasy:
4
+ sourceNamespace: speakeasy
5
+ sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
6
+ sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
7
+ tags:
8
+ - latest
9
+ - main
10
+ targets:
11
+ speakeasy-client-sdk-csharp:
12
+ source: speakeasy
13
+ sourceNamespace: speakeasy
14
+ sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
15
+ sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
16
+ outLocation: /github/workspace/repo
17
+ workflow:
18
+ workflowVersion: 1.0.0
19
+ speakeasyVersion: latest
20
+ sources:
21
+ speakeasy:
22
+ inputs:
23
+ - location: https://docs.speakeasyapi.dev/openapi.yaml
24
+ registry:
25
+ location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
26
+ targets:
27
+ speakeasy-client-sdk-csharp:
28
+ target: csharp
29
+ source: speakeasy
Original file line number Diff line number Diff line change 4
4
speakeasy :
5
5
inputs :
6
6
- location : https://docs.speakeasyapi.dev/openapi.yaml
7
+ registry :
8
+ location : registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
7
9
targets :
8
10
speakeasy-client-sdk-csharp :
9
11
target : csharp
Original file line number Diff line number Diff line change @@ -708,4 +708,14 @@ Based on:
708
708
### Generated
709
709
- [ csharp v5.9.3] .
710
710
### Releases
711
- - [ NuGet v5.9.3] https://www.nuget.org/packages/SpeakeasySDK/5.9.3 - .
711
+ - [ NuGet v5.9.3] https://www.nuget.org/packages/SpeakeasySDK/5.9.3 - .
712
+
713
+ ## 2024-06-10 15:12:40
714
+ ### Changes
715
+ Based on:
716
+ - OpenAPI Doc
717
+ - Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
718
+ ### Generated
719
+ - [ csharp v5.9.4] .
720
+ ### Releases
721
+ - [ NuGet v5.9.4] https://www.nuget.org/packages/SpeakeasySDK/5.9.4 - .
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
98
98
{
99
99
public SDKConfig SDKConfiguration { get ; private set ; }
100
100
private const string _language = "csharp" ;
101
- private const string _sdkVersion = "5.9.3 " ;
101
+ private const string _sdkVersion = "5.9.4 " ;
102
102
private const string _sdkGenVersion = "2.339.1" ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
105
105
private string _serverUrl = "" ;
106
106
private ISpeakeasyHttpClient _client ;
107
107
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class Apis: IApis
94
94
{
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "5.9.3 " ;
97
+ private const string _sdkVersion = "5.9.4 " ;
98
98
private const string _sdkGenVersion = "2.339.1" ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _client ;
103
103
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
57
57
{
58
58
public SDKConfig SDKConfiguration { get ; private set ; }
59
59
private const string _language = "csharp" ;
60
- private const string _sdkVersion = "5.9.3 " ;
60
+ private const string _sdkVersion = "5.9.4 " ;
61
61
private const string _sdkGenVersion = "2.339.1" ;
62
62
private const string _openapiDocVersion = "0.4.0 ." ;
63
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
63
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
64
64
private string _serverUrl = "" ;
65
65
private ISpeakeasyHttpClient _client ;
66
66
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Auth: IAuth
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.3 " ;
63
+ private const string _sdkVersion = "5.9.4 " ;
64
64
private const string _sdkGenVersion = "2.339.1" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Embeds: IEmbeds
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "5.9.3 " ;
59
+ private const string _sdkVersion = "5.9.4 " ;
60
60
private const string _sdkGenVersion = "2.339.1" ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
63
63
private string _serverUrl = "" ;
64
64
private ISpeakeasyHttpClient _client ;
65
65
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Events: IEvents
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.3 " ;
63
+ private const string _sdkVersion = "5.9.4 " ;
64
64
private const string _sdkGenVersion = "2.339.1" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments