Skip to content

Commit b4fa302

Browse files
committed
Fixing warnings from generated pack icon file
1 parent ff63a0b commit b4fa302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mdresgen/PackIconKind.template.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace MaterialDesignThemes.Wpf
88
/// List of available icons for use with <see cref="PackIcon" />.
99
/// </summary>
1010
/// <remarks>
11-
/// All icons sourced from Material Design Icons Font - <see cref="https://materialdesignicons.com/"/> - in accordance of
12-
/// <see cref="https://github.com/Templarian/MaterialDesign/blob/master/license.txt"/>.
11+
/// All icons sourced from Material Design Icons Font - https://materialdesignicons.com/ - in accordance of
12+
/// https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/LICENSE.
1313
/// </remarks>
1414
public enum PackIconKind
1515
{

0 commit comments

Comments
 (0)