Skip to content

Commit

Permalink
Prepare release 8.0.0-beta2 of SDK package
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Jan 29, 2025
1 parent 3b62263 commit 428097a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>8.0.0.1</AssemblyVersion>
<FileVersion>8.0.0.1</FileVersion>
<Version>8.0.0-beta1</Version>
<AssemblyVersion>8.0.0.2</AssemblyVersion>
<FileVersion>8.0.0.2</FileVersion>
<Version>8.0.0-beta2</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Obsolete members cleanup - remove fully obsolete and convert warnings into errors.
- Initial support for the options multi-legs orders were added in experimental mode.
- The options multi-legs orders support was expanded and covered with tests.
- The `DelayedSip` member was added to the `MarketDataFeed` enumeration.
</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 428097a

Please sign in to comment.