From 7a74ec0e6b12c97d9c60fcb09cbc00c6651b70d9 Mon Sep 17 00:00:00 2001 From: Concourse Date: Tue, 21 Nov 2023 03:32:40 +0000 Subject: [PATCH] Updates for v2.0.1 --- sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs b/sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs index f712c6d..96a51da 100644 --- a/sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs +++ b/sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs @@ -543,7 +543,7 @@ public static string ToDebugReport() string report = "C# SDK (Finbourne.Luminesce.Sdk) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 1.13.949\n"; + report += " Version of the API: 1.13.953\n"; report += " SDK Package Version: 2.0.0\n"; return report;