Skip to content

Commit

Permalink
Updates for v2.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Feb 20, 2024
1 parent 891faa7 commit a1440ac
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.14.545\n";
report += " Version of the API: 1.14.546\n";
report += " SDK Package Version: 2.0.0\n";

return report;
Expand Down

0 comments on commit a1440ac

Please sign in to comment.