@@ -22,7 +22,7 @@ namespace Speakeasy
2222 /// <summary>
2323 /// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
2424 ///
25- /// <see>https://speakeasyapi.dev/ docs/ } - The Speakeasy Platform Documentation</see>
25+ /// <see>/ docs} - The Speakeasy Platform Documentation</see>
2626 /// </summary>
2727 public interface ISpeakeasySDK
2828 {
@@ -75,7 +75,7 @@ public class SDKConfig
7575 /// <summary>
7676 /// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
7777 ///
78- /// <see>https://speakeasyapi.dev/ docs/ } - The Speakeasy Platform Documentation</see>
78+ /// <see>/ docs} - The Speakeasy Platform Documentation</see>
7979 /// </summary>
8080 public class SpeakeasySDK : ISpeakeasySDK
8181 {
@@ -86,10 +86,10 @@ public class SpeakeasySDK: ISpeakeasySDK
8686 } ;
8787
8888 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 " ;
9191 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" ;
9393 private string _serverUrl = "" ;
9494 private ISpeakeasyHttpClient _defaultClient ;
9595 private ISpeakeasyHttpClient _securityClient ;
0 commit comments