Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rik-smeets committed Jun 18, 2021
1 parent 7b26694 commit 34a6a23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Harmonia.UnitTests/Harmonia.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<Product>Harmonia.UnitTests</Product>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.4" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.4" />
<PackageReference Include="Shouldly" Version="4.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions Harmonia/Harmonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ApplicationIcon>.\Assets\harmonia.ico</ApplicationIcon>
<AssemblyName>Harmonia</AssemblyName>
<RootNamespace>Harmonia</RootNamespace>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -31,16 +31,16 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MahApps.Metro" Version="2.4.5" />
<PackageReference Include="MahApps.Metro" Version="2.4.6" />
<PackageReference Include="Onova" Version="2.6.2" />
<PackageReference Include="PropertyChanged.Fody" Version="3.3.3" />
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
<PackageReference Include="SharpClipboard" Version="3.5.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="TagLibSharp" Version="2.2.0" />
<PackageReference Include="Unity" Version="5.11.10" />
<PackageReference Include="Xabe.FFmpeg" Version="4.4.0" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="4.4.0" />
<PackageReference Include="YoutubeExplode" Version="6.0.0" />
<PackageReference Include="Xabe.FFmpeg" Version="5.0.2" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="5.0.2" />
<PackageReference Include="YoutubeExplode" Version="6.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 34a6a23

Please sign in to comment.