We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acc066 commit b247690Copy full SHA for b247690
src/Fastpix/InputVideo.cs
@@ -123,7 +123,7 @@ public class InputVideo: IInputVideo
123
{
124
public SDKConfig SDKConfiguration { get; private set; }
125
private const string _language = "csharp";
126
- private static readocsharpnly string _sdkVersion = SdkInfo.Version;
+ private static readonly string _sdkVersion = SdkInfo.Version;
127
private const string _sdkGenVersion = "2.599.0";
128
private const string _openapiDocVersion = "1.0.0";
129
private static readonly string _userAgent = $"speakeasy-sdk/csharp {SdkInfo.Version} 2.599.0 1.0.0 Fastpix";
0 commit comments