Skip to content

Commit

Permalink
Prepare 6.2.5-beta1 release of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Sep 18, 2023
1 parent 9a25ef8 commit f2d19c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>6.2.4.0</AssemblyVersion>
<FileVersion>6.2.4.0</FileVersion>
<Version>6.2.4</Version>
<AssemblyVersion>6.2.5.0</AssemblyVersion>
<FileVersion>6.2.5.0</FileVersion>
<Version>6.2.5-beta1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- 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.
- The historical crypto quotes is now requested from the latest version URL (beta 1 version 3).
</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 f2d19c4

Please sign in to comment.