Skip to content

Commit

Permalink
Updates for v2.1.341
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Aug 21, 2024
1 parent 2bbba27 commit 56377aa
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.6791
- API version: 0.11.6793
- 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 @@ -544,7 +544,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.6791\n";
report += " Version of the API: 0.11.6793\n";
report += " SDK Package Version: 2.0.0\n";

return report;
Expand Down

0 comments on commit 56377aa

Please sign in to comment.