Skip to content

Commit

Permalink
Prepare release 7.1.4 of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Nov 16, 2024
1 parent 78fa914 commit 41f3861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
11 changes: 4 additions & 7 deletions Alpaca.Markets.Extensions/Alpaca.Markets.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.1.0.3</AssemblyVersion>
<FileVersion>7.1.0.3</FileVersion>
<Version>7.1.0</Version>
<AssemblyVersion>7.1.1.0</AssemblyVersion>
<FileVersion>7.1.1.0</FileVersion>
<Version>7.1.1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- Added factory methods for creating the strongly typed `IAlpacaOptionsDataClient` instance in dependency injection environments.
- Added new methods `GetOptionChainAsyncAsAsyncEnumerable` and `ListSnapshotsAsAsyncEnumerable` into the Extensions package.
- Added the new extension method `ListOptionContractsAsAsyncEnumerable` for the `IAlpacaTradingClient` interface.
- The `ListOptionContractsAsAsyncEnumerable` extensions method uses page token now.
- Service release - the dependencies upgraded to be more up-to-date with the latest fixes.
</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
10 changes: 4 additions & 6 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>7.1.3.0</AssemblyVersion>
<FileVersion>7.1.3.0</FileVersion>
<Version>7.1.3</Version>
<AssemblyVersion>7.1.4.0</AssemblyVersion>
<FileVersion>7.1.4.0</FileVersion>
<Version>7.1.4</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>
- The `OptionTrade` item was added to the `AccountActivityType` enum. Thanks, @Chacoon3, for this contribution.
- Changes from PR #755 were partially rolled back. The `ListAccountActivitiesAsync` should work fine again.
- The custom string-to-enum converter was added for the `AccountActivityType` enum with a fallback value.
- Service release - the dependencies upgraded to be more up-to-date with the latest fixes.
</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 41f3861

Please sign in to comment.