Skip to content

Commit

Permalink
Prepare 6.1.3 release of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Sep 11, 2022
1 parent 250b9d1 commit 0f7f33f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>6.1.2.0</AssemblyVersion>
<FileVersion>6.1.2.0</FileVersion>
<Version>6.1.2</Version>
<AssemblyVersion>6.1.3.0</AssemblyVersion>
<FileVersion>6.1.3.0</FileVersion>
<Version>6.1.3</Version>
</PropertyGroup>

<PropertyGroup>
<PackageReleaseNotes>- The `SnapshotDataListRequest.Exchange` property and related constructor are marked as obsolete because this query parameter didn't support by the underlying API anymore.</PackageReleaseNotes>
<PackageReleaseNotes>- The `Exchanges` property of crytp historical data requests marked as obsolete (with warning).
- Removed restriction for start and end dates presence in historical data requests.</PackageReleaseNotes>
<Description>C# SDK for Alpaca Trade API https://docs.alpaca.markets/</Description>
<RepositoryUrl>https://github.com/alpacahq/alpaca-trade-api-csharp</RepositoryUrl>
<Copyright>© 2018-2022 Alpaca Securities LLC. All rights reserved.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Documentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="docfx.console" Version="2.59.3">
<PackageReference Include="docfx.console" Version="2.59.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0f7f33f

Please sign in to comment.