Skip to content

Commit

Permalink
chore: update Weather Icons meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed May 4, 2024
1 parent 37de43b commit 30d93d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -10,10 +10,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>http://scripts.sil.org/OFL</cref></see>)
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>https://github.com/erikflowers/weather-icons?tab=readme-ov-file#licensing</cref></see>)
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/erikflowers/weather-icons</cref></see>.
/// </summary>
[MetaData("Weather Icons", "https://github.com/erikflowers/weather-icons", "https://github.com/erikflowers/weather-icons#licensing")]
[MetaData("Weather Icons", "https://github.com/erikflowers/weather-icons", "https://github.com/erikflowers/weather-icons?tab=readme-ov-file#licensing")]
public class PackIconWeatherIcons : PackIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down
Expand Up @@ -12,7 +12,7 @@
/// List of available icons for use with <see cref="PackIconWeatherIcons" />.
/// </summary>
/// <remarks>
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>http://scripts.sil.org/OFL</cref></see>)
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>https://github.com/erikflowers/weather-icons?tab=readme-ov-file#licensing</cref></see>)
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/erikflowers/weather-icons</cref></see>.
/// </remarks>
public enum PackIconWeatherIconsKind
Expand Down
Expand Up @@ -8,10 +8,10 @@
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>http://scripts.sil.org/OFL</cref></see>)
/// Weather Icons are licensed under [SIL OFL 1.1](<see><cref>https://github.com/erikflowers/weather-icons?tab=readme-ov-file#licensing</cref></see>)
/// Contributions, corrections and requests can be made on GitHub <see><cref>https://github.com/erikflowers/weather-icons</cref></see>.
/// </summary>
[MetaData("Weather Icons", "https://github.com/erikflowers/weather-icons", "https://github.com/erikflowers/weather-icons#licensing")]
[MetaData("Weather Icons", "https://github.com/erikflowers/weather-icons", "https://github.com/erikflowers/weather-icons?tab=readme-ov-file#licensing")]
public class PathIconWeatherIcons : PathIconControlBase
{
public static readonly DependencyProperty KindProperty
Expand Down

0 comments on commit 30d93d1

Please sign in to comment.