Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.120.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 15, 2023
1 parent d196067 commit 617fcfd
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 15 deletions.
6 changes: 3 additions & 3 deletions DingSDK/Ding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ public class Ding: IDing
};

private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkGenVersion = "2.188.3";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.191.3";
private const string _openapiDocVersion = "1.0.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
2 changes: 1 addition & 1 deletion DingSDK/DingSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>DingSDK</PackageId>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
<Authors>Ding</Authors>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
6 changes: 3 additions & 3 deletions DingSDK/Lookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public class Lookup: ILookup
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkGenVersion = "2.188.3";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.191.3";
private const string _openapiDocVersion = "1.0.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions DingSDK/Otp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public class Otp: IOtp
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.4.0";
private const string _sdkGenVersion = "2.188.3";
private const string _sdkVersion = "0.5.0";
private const string _sdkGenVersion = "2.191.3";
private const string _openapiDocVersion = "1.0.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.188.3 1.0.0 DingSDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.191.3 1.0.0 DingSDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.119.2 (2.188.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.4.0] .
- [csharp v0.4.0] .

## 2023-11-15 14:19:45
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.120.2 (2.191.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.0] .
### Releases
- [NuGet v0.5.0] https://www.nuget.org/packages/DingSDK/0.5.0 - .
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: 1.119.2
generationVersion: 2.188.3
speakeasyVersion: 1.120.2
generationVersion: 2.191.3
generation:
comments: {}
sdkClassName: Ding
Expand All @@ -12,14 +12,14 @@ generation:
optionalPropertyRendering: withExample
features:
csharp:
core: 3.1.1
core: 3.1.2
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
serverIDs: 2.81.1
csharp:
version: 0.4.0
version: 0.5.0
author: Ding
dotnetVersion: net5.0
imports:
Expand Down

0 comments on commit 617fcfd

Please sign in to comment.