Skip to content

Commit

Permalink
Prepare release 7.0.3-beta1 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Mar 12, 2024
1 parent 8f26c3d commit 1e83a47
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>7.0.2.0</AssemblyVersion>
<FileVersion>7.0.2.0</FileVersion>
<Version>7.0.2</Version>
<AssemblyVersion>7.0.3.0</AssemblyVersion>
<FileVersion>7.0.3.0</FileVersion>
<Version>7.0.3</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- The logic for converting JSON strings to enum values with fallback improved and now is exception-free mostly.
- Added the new `FractionalAtExtended` enumeration member into the `AssetAttributes` enumeration.
- Added the public init setters for the `OpenEst` and `CloseEst` properties of the `OpenClose` structure.
</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 1e83a47

Please sign in to comment.