Skip to content

Commit

Permalink
Updates for v2.1.507
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Oct 24, 2024
1 parent c84de28 commit 1a198a2
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.6956
- API version: 0.11.6958
- 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.6956\n";
report += " Version of the API: 0.11.6958\n";
report += " SDK Package Version: 2.0.0\n";

return report;
Expand Down

0 comments on commit 1a198a2

Please sign in to comment.