From 2f4993aa046e7f4c6bddb659fa5d259aee56cb3e Mon Sep 17 00:00:00 2001 From: Oleg Rakhmatulin Date: Sun, 10 Nov 2024 20:01:22 +0100 Subject: [PATCH] Prepare release 7.1.3 of SDK --- Alpaca.Markets/Alpaca.Markets.csproj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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