Skip to content

Commit 3a8ff00

Browse files
Chore(deps): Bump MahApps.Metro.IconPacks.Octicons from 4.11.0 to 5.0.0 in /Source (BornToBeRoot#2742)
* Chore(deps): Bump MahApps.Metro.IconPacks.Octicons in /Source Bumps [MahApps.Metro.IconPacks.Octicons](https://github.com/MahApps/MahApps.Metro.IconPacks) from 4.11.0 to 5.0.0. - [Release notes](https://github.com/MahApps/MahApps.Metro.IconPacks/releases) - [Changelog](https://github.com/MahApps/MahApps.Metro.IconPacks/blob/develop/GitReleaseManager.yaml) - [Commits](MahApps/MahApps.Metro.IconPacks@4.11.0...5.0.0) --- updated-dependencies: - dependency-name: MahApps.Metro.IconPacks.Octicons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix: Replace missing icons in v5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent eb5d440 commit 3a8ff00

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Source/NETworkManager.Models/NETworkManager.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.0.0" />
3737
<PackageReference Include="MahApps.Metro.IconPacks.MaterialLight" Version="5.0.0" />
3838
<PackageReference Include="MahApps.Metro.IconPacks.Modern" Version="5.0.0" />
39-
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="4.11.0" />
39+
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="5.0.0" />
4040
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" />
4141
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.7" />
4242
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.0.0"/>
2222
<PackageReference Include="MahApps.Metro.IconPacks.MaterialLight" Version="5.0.0"/>
2323
<PackageReference Include="MahApps.Metro.IconPacks.Modern" Version="5.0.0"/>
24-
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="4.11.0"/>
24+
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="5.0.0"/>
2525
</ItemGroup>
2626
<ItemGroup>
2727
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj"/>

Source/NETworkManager.Settings/NETworkManager.Settings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.0.0"/>
5353
<PackageReference Include="MahApps.Metro.IconPacks.MaterialLight" Version="5.0.0"/>
5454
<PackageReference Include="MahApps.Metro.IconPacks.Modern" Version="5.0.0"/>
55-
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="4.11.0"/>
55+
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="5.0.0"/>
5656
</ItemGroup>
5757
<ItemGroup>
5858
<ProjectReference Include="..\NETworkManager.Controls\NETworkManager.Controls.csproj"/>

Source/NETworkManager.Settings/SettingsViewManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class SettingsViewManager
2222
SettingsGroup.General),
2323
new SettingsViewInfo(SettingsName.Status, new PackIconMaterial { Kind = PackIconMaterialKind.Pulse },
2424
SettingsGroup.General),
25-
new SettingsViewInfo(SettingsName.HotKeys, new PackIconOcticons { Kind = PackIconOcticonsKind.Keyboard },
25+
new SettingsViewInfo(SettingsName.HotKeys, new PackIconFontAwesome { Kind = PackIconFontAwesomeKind.KeyboardRegular },
2626
SettingsGroup.General),
2727
new SettingsViewInfo(SettingsName.Autostart, new PackIconMaterial { Kind = PackIconMaterialKind.Power },
2828
SettingsGroup.General),

Source/NETworkManager/NETworkManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.0.0" />
7171
<PackageReference Include="MahApps.Metro.IconPacks.MaterialLight" Version="5.0.0" />
7272
<PackageReference Include="MahApps.Metro.IconPacks.Modern" Version="5.0.0" />
73-
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="4.11.0" />
73+
<PackageReference Include="MahApps.Metro.IconPacks.Octicons" Version="5.0.0" />
7474
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" />
7575
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.7" />
7676
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />

Source/NETworkManager/Views/IPApiDNSResolverWidgetView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Left" Margin="10">
4242
<Rectangle Width="32" Height="32" Fill="{DynamicResource MahApps.Brushes.Gray3}">
4343
<Rectangle.OpacityMask>
44-
<VisualBrush Stretch="Uniform" Visual="{iconPacks:FontAwesome Kind=SearchLocationSolid}" />
44+
<VisualBrush Stretch="Uniform" Visual="{iconPacks:Material Kind=SearchWeb}" />
4545
</Rectangle.OpacityMask>
4646
</Rectangle>
4747
<TextBlock Text="{x:Static localization:Strings.DNSResolver}"

0 commit comments

Comments
 (0)