@@ -22,7 +22,7 @@ namespace Speakeasy
22
22
/// <summary>
23
23
/// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
24
24
///
25
- /// <see>https://speakeasyapi.dev/ docs/ } - The Speakeasy Platform Documentation</see>
25
+ /// <see>/ docs} - The Speakeasy Platform Documentation</see>
26
26
/// </summary>
27
27
public interface ISpeakeasySDK
28
28
{
@@ -75,7 +75,7 @@ public class SDKConfig
75
75
/// <summary>
76
76
/// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
77
77
///
78
- /// <see>https://speakeasyapi.dev/ docs/ } - The Speakeasy Platform Documentation</see>
78
+ /// <see>/ docs} - The Speakeasy Platform Documentation</see>
79
79
/// </summary>
80
80
public class SpeakeasySDK : ISpeakeasySDK
81
81
{
@@ -86,10 +86,10 @@ public class SpeakeasySDK: ISpeakeasySDK
86
86
} ;
87
87
88
88
private const string _language = "csharp" ;
89
- private const string _sdkVersion = "1.16.2 " ;
90
- private const string _sdkGenVersion = "2.150.0 " ;
89
+ private const string _sdkVersion = "1.16.3 " ;
90
+ private const string _sdkGenVersion = "2.155.1 " ;
91
91
private const string _openapiDocVersion = "0.3.0" ;
92
- private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK" ;
92
+ private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK" ;
93
93
private string _serverUrl = "" ;
94
94
private ISpeakeasyHttpClient _defaultClient ;
95
95
private ISpeakeasyHttpClient _securityClient ;
0 commit comments