Skip to content

Commit

Permalink
bump package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Nov 17, 2024
1 parent 40c1e38 commit 44de025
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/Backtest/Backtest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skender.Stock.Indicators" Version="2.5.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skender.Stock.Indicators" Version="2.5.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skender.Stock.Indicators" Version="2.5.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skender.Stock.Indicators" Version="2.5.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/UseQuoteApi/UseQuoteApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Alpaca.Markets" Version="7.1.3" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.5.1" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.6.0" />
</ItemGroup>

</Project>

0 comments on commit 44de025

Please sign in to comment.