diff --git a/Alpaca.Markets/Alpaca.Markets.csproj b/Alpaca.Markets/Alpaca.Markets.csproj index b98593d0..d83caf6c 100644 --- a/Alpaca.Markets/Alpaca.Markets.csproj +++ b/Alpaca.Markets/Alpaca.Markets.csproj @@ -12,14 +12,16 @@ - 7.1.2.0 - 7.1.2.0 - 7.1.2 + 7.1.3.0 + 7.1.3.0 + 7.1.3 -- The `OptionType` property in the `IOptionContract` deserialization is fixed. Thanks, @uranio-235, for this contribution. +- The `OptionTrade` item was added to the `AccountActivityType` enum. Thanks, @Chacoon3, for this contribution. +- Changes from PR #755 were partially rolled back. The `ListAccountActivitiesAsync` should work fine again. +- The custom string-to-enum converter was added for the `AccountActivityType` enum with a fallback value. C# SDK for Alpaca Trade API https://docs.alpaca.markets/ https://github.com/alpacahq/alpaca-trade-api-csharp