Skip to content

Commit

Permalink
Prepare 7.0.0-beta2 release of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Sep 2, 2023
1 parent 9bc2afa commit fd5e0cb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.0.0.5</AssemblyVersion>
<FileVersion>7.0.0.5</FileVersion>
<Version>7.0.0-beta1</Version>
<AssemblyVersion>7.0.0.6</AssemblyVersion>
<FileVersion>7.0.0.6</FileVersion>
<Version>7.0.0-beta2</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Fixed problem with announcement object deserialization. Thanks a lot @KevinDeBeer for the fix.
- Added sorting support into all (quotes, trades, bars, etc.) stock/crypto historical data requests.
- The obsolete attribute was removed from historical crypto quotes requesting methods.
- Added support for requesting the most active (by volume or trade count) stocks for the current trading session.
- Added support for requesting the top market movers (gainers and losers) for both stocks and crypto instruments.
</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 fd5e0cb

Please sign in to comment.