From cb2767eb4c9b03bed24bfc731a3802d99087dccc Mon Sep 17 00:00:00 2001 From: Concourse Date: Wed, 13 Nov 2024 23:48:50 +0000 Subject: [PATCH] Updates for v2.1.609 --- 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 080aa7680df..e85da091c0a 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.7058 +- API version: 0.11.7059 - SDK version: 2.0.0 ## Requirements diff --git a/sdk/Lusid.Sdk/Client/Configuration.cs b/sdk/Lusid.Sdk/Client/Configuration.cs index 364d5214cf0..e8f04781191 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.7058\n"; + report += " Version of the API: 0.11.7059\n"; report += " SDK Package Version: 2.0.0\n"; return report;