Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dichternebel committed Nov 3, 2024
1 parent f22ac11 commit 089edc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace RecentFollowers
{
class Program
{
private static readonly string currentTwitchCliVersion = "1.1.22";
private static readonly string currentTwitchCliVersion = "1.1.24";

private static readonly HttpClient client = new HttpClient();

Expand Down
14 changes: 7 additions & 7 deletions RecentFollowers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ApplicationIcon>assets/twitch.ico</ApplicationIcon>
<Platforms>AnyCPU;x64</Platforms>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<Authors>dichternebel</Authors>
<RepositoryType></RepositoryType>
<Company />
Expand All @@ -26,12 +26,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.4" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="CliWrap" Version="3.6.7" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 089edc0

Please sign in to comment.