From 54a8e9914ab479e44ffe391d72ca3a635c1560a4 Mon Sep 17 00:00:00 2001 From: Concourse Date: Tue, 14 Jan 2025 20:49:55 +0000 Subject: [PATCH] Updates for v2.3.98 --- README.md | 2 +- sdk/Lusid.Sdk/Client/Configuration.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 834fedc9c56..67bdd2b30ac 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi- ## Versions -- API version: 0.11.7317 +- API version: 0.11.7318 - SDK version: 2.0.0 ## Requirements diff --git a/sdk/Lusid.Sdk/Client/Configuration.cs b/sdk/Lusid.Sdk/Client/Configuration.cs index 2beac36d6f5..69f98af1404 100644 --- a/sdk/Lusid.Sdk/Client/Configuration.cs +++ b/sdk/Lusid.Sdk/Client/Configuration.cs @@ -599,7 +599,7 @@ public static string ToDebugReport() string report = "C# SDK (Lusid.Sdk) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 0.11.7317\n"; + report += " Version of the API: 0.11.7318\n"; report += " SDK Package Version: 2.0.0\n"; return report;