Skip to content

Commit

Permalink
Updates MetadataExtractor package to 2.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernarden committed Nov 21, 2023
1 parent d1df5bd commit 0433806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Vima.MediaSorter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Vima.MediaSorter;

public class Program
{
public static void Main(string[] args)
public static void Main()
{
string sourceDirectory = Directory.GetCurrentDirectory();
MediaFileProcessor processor = new(sourceDirectory);
Expand Down
2 changes: 1 addition & 1 deletion Source/Vima.MediaSorter/Vima.MediaSorter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MetadataExtractor" Version="2.7.2" />
<PackageReference Include="MetadataExtractor" Version="2.8.1" />
</ItemGroup>

</Project>

0 comments on commit 0433806

Please sign in to comment.