Skip to content

Commit

Permalink
Prepare release 7.0.6 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Apr 7, 2024
1 parent 7b21663 commit 74d20f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.0.5.0</AssemblyVersion>
<FileVersion>7.0.5.0</FileVersion>
<Version>7.0.5</Version>
<AssemblyVersion>7.0.6.0</AssemblyVersion>
<FileVersion>7.0.6.0</FileVersion>
<Version>7.0.6</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- The new enum value `AssetClass.UsOption` was added for supporting option contracts in the assets response.
- Added the `PositionIntent` enum and related properties into the `NewOrderRequest` and `OrderBase` classes.
</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 74d20f7

Please sign in to comment.