Skip to content

Commit

Permalink
Update package references
Browse files Browse the repository at this point in the history
- MaterialDesignColors 1.2.2 -> 1.2.7
- MaterialDesignThemes 3.0.1 -> 3.2.0
- NLog 4.6.8 -> 4.7.5
- HtmlAgilityPack 1.11.17 -> 1.11.24
- NUnit3TestAdapter 3.15.0 -> 3.17.0
  • Loading branch information
steffen-wilke committed Oct 6, 2020
1 parent 15ad0bf commit bde5639
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Import Project="..\..\config\Soloplan.WhatsON.targets" />

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.17" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
<PackageReference Include="NLog" Version="4.6.8" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="MaterialDesignThemes">
<Version>3.0.1</Version>
<Version>3.2.0</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>4.6.8</Version>
<Version>4.7.5</Version>
</PackageReference>
<PackageReference Include="System.Windows.Interactivity.WPF">
<Version>2.0.20525</Version>
Expand Down
6 changes: 3 additions & 3 deletions src/Soloplan.WhatsON.GUI/Soloplan.WhatsON.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="MaterialDesignColors">
<Version>1.2.2</Version>
<Version>1.2.7</Version>
</PackageReference>
<PackageReference Include="MaterialDesignThemes">
<Version>3.0.1</Version>
<Version>3.2.0</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>4.6.8</Version>
<Version>4.7.5</Version>
</PackageReference>
<PackageReference Include="ShowMeTheXAML.MSBuild">
<Version>1.0.12</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
</ItemGroup>

<Import Project="..\..\..\config\Soloplan.WhatsON.targets" />
Expand Down

0 comments on commit bde5639

Please sign in to comment.