Skip to content

Commit

Permalink
Prepare release 7.1.0-beta4 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Apr 28, 2024
1 parent b88bf9a commit f7334b0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.1.0.2</AssemblyVersion>
<FileVersion>7.1.0.2</FileVersion>
<Version>7.1.0-beta3</Version>
<AssemblyVersion>7.1.0.3</AssemblyVersion>
<FileVersion>7.1.0.3</FileVersion>
<Version>7.1.0-beta4</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Added support for the new portfolio history endpoint using the existing `IAlpacaTradingClient.GetPortfolioHistoryAsync` method.
- The `OptionChainRequest` class extended with new (optional) filtering properties and initial client-side validation.
- The new `OptionSnapshotRequest` class added and used for the `ListSnapshotsAsync` method (breaking change).
- The new `IOptionSnapshot` interface with Greeks and IV added and used instead of `ISnapshot` for options.
- The `OptionSnapshotRequest` class now has a proper pagination support logic.
</PackageReleaseNotes>
<Description>C# SDK for Alpaca Trade API https://docs.alpaca.markets/</Description>
<RepositoryUrl>https://github.com/alpacahq/alpaca-trade-api-csharp</RepositoryUrl>
Expand Down

0 comments on commit f7334b0

Please sign in to comment.