Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge fffe165 into 54de390
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
2 parents 54de390 + fffe165 commit 6268306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Finance/.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>CosminSanda.Finance</id>
<version>1.1.4</version>
<version>1.1.5</version>
<title>Yahoo Earnings Calendar</title>
<authors>Cosmin Catalin Sanda</authors>
<owners>cosmincatalin</owners>
Expand All @@ -15,7 +15,7 @@
<tags>finance scraper</tags>
<dependencies>
<group>
<dependency id="CsvHelper" version="30.0.0" />
<dependency id="CsvHelper" version="30.0.1" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="ServiceStack.Text" version="6.4.0" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Finance/Finance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.0" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="ServiceStack.Text" Version="6.4.0" />
</ItemGroup>
Expand Down

0 comments on commit 6268306

Please sign in to comment.