Skip to content

Commit

Permalink
Prepare release 7.0.1 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Jan 18, 2024
1 parent c63ca62 commit 7d3ddf7
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,18 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.0.0.10</AssemblyVersion>
<FileVersion>7.0.0.10</FileVersion>
<Version>7.0.0</Version>
<AssemblyVersion>7.0.1.0</AssemblyVersion>
<FileVersion>7.0.1.0</FileVersion>
<Version>7.0.1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Added the new `IErrorInformation` interface and the `ErrorInformation` property into the `RestClientException` class.
- 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.
- Added the new `Unknown` enumeration member into the `AssetAttributes` enumeration as fallback option.
- Added sorting support into all (quotes, trades, bars, etc.) stock/crypto historical data requests.
- Added the `IRateLimitProvider` interface implementation for all HTTP-based clients in SDK.
- The obsolete attribute was removed from historical crypto quotes requesting methods.
- Added the new `Ipo` enumeration member into the `AssetAttributes` enumeration.
- Fixed problem with announcement object deserialization.
- Added the new `OptionsEnabled` enumeration member into the `AssetAttributes` enumeration.
</PackageReleaseNotes>
<Description>C# SDK for Alpaca Trade API https://docs.alpaca.markets/</Description>
<RepositoryUrl>https://github.com/alpacahq/alpaca-trade-api-csharp</RepositoryUrl>
<Copyright>© 2018-2023 Alpaca Securities LLC. All rights reserved.</Copyright>
<Copyright>© 2018-2024 Alpaca Securities LLC. All rights reserved.</Copyright>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Aplaca API SDK REST WebSocket trading</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 7d3ddf7

Please sign in to comment.