File tree Expand file tree Collapse file tree 19 files changed +50
-40
lines changed Expand file tree Collapse file tree 19 files changed +50
-40
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.310.0
7
7
generationVersion: 2.347.4
8
- releaseVersion: 5.9.11
9
- configChecksum: 1fe92dec81ad68d374c6099ee42d0b1c
8
+ releaseVersion: 5.9.12
9
+ configChecksum: 866dc5c61f8a08bac3866f4e459a347e
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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.310.0
2
2
sources:
3
3
speakeasy:
4
4
sourceNamespace: speakeasy
5
- sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
6
- sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
5
+ sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
6
+ sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
speakeasy-client-sdk-csharp:
12
12
source: speakeasy
13
13
sourceNamespace: speakeasy
14
- sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
15
- sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
14
+ sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
15
+ sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -788,4 +788,14 @@ Based on:
788
788
### Generated
789
789
- [ csharp v5.9.11] .
790
790
### Releases
791
- - [ NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .
791
+ - [ NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .
792
+
793
+ ## 2024-06-20 16:25:47
794
+ ### Changes
795
+ Based on:
796
+ - OpenAPI Doc
797
+ - Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
798
+ ### Generated
799
+ - [ csharp v5.9.12] .
800
+ ### Releases
801
+ - [ NuGet v5.9.12] https://www.nuget.org/packages/SpeakeasySDK/5.9.12 - .
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.11 " ;
101
+ private const string _sdkVersion = "5.9.12 " ;
102
102
private const string _sdkGenVersion = "2.347.4" ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11 " ;
97
+ private const string _sdkVersion = "5.9.12 " ;
98
98
private const string _sdkGenVersion = "2.347.4" ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11 " ;
60
+ private const string _sdkVersion = "5.9.12 " ;
61
61
private const string _sdkGenVersion = "2.347.4" ;
62
62
private const string _openapiDocVersion = "0.4.0 ." ;
63
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
63
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11 " ;
63
+ private const string _sdkVersion = "5.9.12 " ;
64
64
private const string _sdkGenVersion = "2.347.4" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11 " ;
59
+ private const string _sdkVersion = "5.9.12 " ;
60
60
private const string _sdkGenVersion = "2.347.4" ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11 " ;
63
+ private const string _sdkVersion = "5.9.12 " ;
64
64
private const string _sdkGenVersion = "2.347.4" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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 @@ -36,10 +36,10 @@ public class Github: IGithub
36
36
{
37
37
public SDKConfig SDKConfiguration { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "5.9.11 " ;
39
+ private const string _sdkVersion = "5.9.12 " ;
40
40
private const string _sdkGenVersion = "2.347.4" ;
41
41
private const string _openapiDocVersion = "0.4.0 ." ;
42
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
42
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
43
43
private string _serverUrl = "" ;
44
44
private ISpeakeasyHttpClient _client ;
45
45
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public class Metadata: IMetadata
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.9.11 " ;
54
+ private const string _sdkVersion = "5.9.12 " ;
55
55
private const string _sdkGenVersion = "2.347.4" ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _client ;
60
60
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Organizations: IOrganizations
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "5.9.11 " ;
59
+ private const string _sdkVersion = "5.9.12 " ;
60
60
private const string _sdkGenVersion = "2.347.4" ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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 @@ -51,10 +51,10 @@ public class Reports: IReports
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.9.11 " ;
54
+ private const string _sdkVersion = "5.9.12 " ;
55
55
private const string _sdkGenVersion = "2.347.4" ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _client ;
60
60
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class Requests: IRequests
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "5.9.11 " ;
64
+ private const string _sdkVersion = "5.9.12 " ;
65
65
private const string _sdkGenVersion = "2.347.4" ;
66
66
private const string _openapiDocVersion = "0.4.0 ." ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ public class SDK: ISDK
147
147
public SDKConfig SDKConfiguration { get ; private set ; }
148
148
149
149
private const string _language = "csharp" ;
150
- private const string _sdkVersion = "5.9.11 " ;
150
+ private const string _sdkVersion = "5.9.12 " ;
151
151
private const string _sdkGenVersion = "2.347.4" ;
152
152
private const string _openapiDocVersion = "0.4.0 ." ;
153
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
153
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
154
154
private string _serverUrl = "" ;
155
155
private SDKConfig . Server ? _server = null ;
156
156
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ public class Schemas: ISchemas
96
96
{
97
97
public SDKConfig SDKConfiguration { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "5.9.11 " ;
99
+ private const string _sdkVersion = "5.9.12 " ;
100
100
private const string _sdkGenVersion = "2.347.4" ;
101
101
private const string _openapiDocVersion = "0.4.0 ." ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
103
103
private string _serverUrl = "" ;
104
104
private ISpeakeasyHttpClient _client ;
105
105
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >SpeakeasySDK</PackageId >
5
- <Version >5.9.11 </Version >
5
+ <Version >5.9.12 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
9
9
<PackageReadmeFile >README.md</PackageReadmeFile >
10
- <PackageLicenseFile >LICENSE</PackageLicenseFile >
10
+ <PackageLicenseFile >LICENSE.txt </PackageLicenseFile >
11
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
12
<NoWarn >1591</NoWarn >
13
13
<RepositoryUrl >https://github.com/speakeasy-api/speakeasy-client-sdk-csharp</RepositoryUrl >
14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <None Include =" ..\NUGET.md" Pack =" true" PackagePath =" \" />
18
- <None Include =" ..\LICENSE" Pack =" true" PackagePath =" \" />
17
+ <None Include =" ..\NUGET.md" Pack =" true" PackagePath =" \README.md " />
18
+ <None Include =" ..\LICENSE" Pack =" true" PackagePath =" \LICENSE.txt " />
19
19
<None Include =" ..\docs\**\*" Pack =" true" PackagePath =" \docs" CopyToOutputDirectory =" PreserveNewest" />
20
20
21
21
<PackageReference Include =" newtonsoft.json" Version =" 13.0.3" />
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ public class Suggest: ISuggest
45
45
{
46
46
public SDKConfig SDKConfiguration { get ; private set ; }
47
47
private const string _language = "csharp" ;
48
- private const string _sdkVersion = "5.9.11 " ;
48
+ private const string _sdkVersion = "5.9.12 " ;
49
49
private const string _sdkGenVersion = "2.347.4" ;
50
50
private const string _openapiDocVersion = "0.4.0 ." ;
51
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK" ;
51
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK" ;
52
52
private string _serverUrl = "" ;
53
53
private ISpeakeasyHttpClient _client ;
54
54
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
csharp :
13
- version : 5.9.11
13
+ version : 5.9.12
14
14
additionalDependencies : []
15
15
author : Speakeasy
16
16
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments