Skip to content

Commit

Permalink
Updates for v2.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Dec 31, 2024
1 parent bb44404 commit 6976553
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.7269
- API version: 0.11.7270
- 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 @@ -599,7 +599,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.7269\n";
report += " Version of the API: 0.11.7270\n";
report += " SDK Package Version: 2.0.0\n";

return report;
Expand Down

0 comments on commit 6976553

Please sign in to comment.