From f98c22de0c673ecaf26b8ec1627fd6cefb4717fc Mon Sep 17 00:00:00 2001 From: Concourse Date: Mon, 11 Nov 2024 21:17:56 +0000 Subject: [PATCH] Updates for v2.1.595 --- 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 e38c2f8440b..e117c318391 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.7043 +- API version: 0.11.7045 - SDK version: 2.0.0 ## Requirements diff --git a/sdk/Lusid.Sdk/Client/Configuration.cs b/sdk/Lusid.Sdk/Client/Configuration.cs index 2130da79d9e..341ebd88b08 100644 --- a/sdk/Lusid.Sdk/Client/Configuration.cs +++ b/sdk/Lusid.Sdk/Client/Configuration.cs @@ -594,7 +594,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.7043\n"; + report += " Version of the API: 0.11.7045\n"; report += " SDK Package Version: 2.0.0\n"; return report;