Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Feb 15, 2023
1 parent 26ce84c commit e89e9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NotEnoughAV1Encodes/NotEnoughAV1Encodes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>resources\img\neav1e.ico</ApplicationIcon>
<Version>2.1.0</Version>
<Version>2.1.2</Version>
<Authors>Alkl58</Authors>
</PropertyGroup>

Expand All @@ -33,9 +33,9 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Octokit" Version="3.0.0" />
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Octokit" Version="5.0.0" />
<PackageReference Include="System.Management" Version="7.0.0" />
<PackageReference Include="WPFLocalizeExtension" Version="3.9.4" />
</ItemGroup>

Expand Down

0 comments on commit e89e9f2

Please sign in to comment.