feat(ClientOptions): Api-Versions-Eigenschaft hinzufügen

This commit is contained in:
tekh 2025-07-07 16:10:19 +02:00
parent 816b72bfc8
commit dec10eeb79

View File

@ -2,4 +2,5 @@
public class ClientOptions
{
public int ApiVersion { get; set; } = 1;
}