Skip to content

Commit

Permalink
Updates for v2.1.593
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Nov 11, 2024
1 parent 7b3e8f1 commit 1d80304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This code is automatically generated by the [OpenAPI Generator](https://openapi-

## Versions

- API version: 0.11.7042
- API version: 0.11.7043
- SDK version: 2.0.0

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion sdk/Lusid.Sdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.7042\n";
report += " Version of the API: 0.11.7043\n";
report += " SDK Package Version: 2.0.0\n";

return report;
Expand Down

0 comments on commit 1d80304

Please sign in to comment.