Skip to content

Commit

Permalink
Updates for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Nov 21, 2023
1 parent 9009d49 commit 7a74ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Finbourne.Luminesce.Sdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a74ec0

Please sign in to comment.