Skip to content

Commit

Permalink
Prepare release 7.0.2 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Feb 28, 2024
1 parent 28e2ed1 commit 24a8375
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.1.0</AssemblyVersion>
<FileVersion>7.0.1.0</FileVersion>
<Version>7.0.1</Version>
<AssemblyVersion>7.0.2.0</AssemblyVersion>
<FileVersion>7.0.2.0</FileVersion>
<Version>7.0.2</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Added the new `OptionsEnabled` enumeration member into the `AssetAttributes` enumeration.
- The logic for converting JSON strings to enum values with fallback improved and now is exception-free mostly.
</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 24a8375

Please sign in to comment.