diff --git a/FluentIcons.Common/FluentIcons.Common.csproj b/FluentIcons.Common/FluentIcons.Common.csproj index a6bef6d..5bdde05 100644 --- a/FluentIcons.Common/FluentIcons.Common.csproj +++ b/FluentIcons.Common/FluentIcons.Common.csproj @@ -11,7 +11,7 @@ - + \ No newline at end of file diff --git a/FluentIcons.WPF/Extensions.cs b/FluentIcons.Wpf/Extensions.cs similarity index 93% rename from FluentIcons.WPF/Extensions.cs rename to FluentIcons.Wpf/Extensions.cs index c0ccd16..242bdb0 100644 --- a/FluentIcons.WPF/Extensions.cs +++ b/FluentIcons.Wpf/Extensions.cs @@ -1,6 +1,6 @@ using System.Windows; -namespace FluentIcons.WPF; +namespace FluentIcons.Wpf; public static class Extensions { diff --git a/FluentIcons.WPF/FluentIcons.WPF.csproj b/FluentIcons.Wpf/FluentIcons.Wpf.csproj similarity index 100% rename from FluentIcons.WPF/FluentIcons.WPF.csproj rename to FluentIcons.Wpf/FluentIcons.Wpf.csproj diff --git a/FluentIcons.WPF/SymbolIcon.cs b/FluentIcons.Wpf/SymbolIcon.cs similarity index 98% rename from FluentIcons.WPF/SymbolIcon.cs rename to FluentIcons.Wpf/SymbolIcon.cs index 07a9e8e..8770cce 100644 --- a/FluentIcons.WPF/SymbolIcon.cs +++ b/FluentIcons.Wpf/SymbolIcon.cs @@ -9,7 +9,7 @@ using FluentIcons.Common; using FluentIcons.Common.Internals; -namespace FluentIcons.WPF; +namespace FluentIcons.Wpf; public abstract class SymbolIconBase : FrameworkElement { @@ -37,12 +37,12 @@ protected static void OnSizePropertiesChanged(DependencyObject d, DependencyProp public class SymbolIcon : SymbolIconBase { private static readonly Typeface _system = new( - new FontFamily(new Uri("pack://application:,,,/FluentIcons.WPF;component/"), "./Assets/#Fluent System Icons"), + new FontFamily(new Uri("pack://application:,,,/FluentIcons.Wpf;component/"), "./Assets/#Fluent System Icons"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal); private static readonly Typeface _seagull = new( - new FontFamily(new Uri("pack://application:,,,/FluentIcons.WPF;component/"), "./Assets/#Seagull Fluent Icons"), + new FontFamily(new Uri("pack://application:,,,/FluentIcons.Wpf;component/"), "./Assets/#Seagull Fluent Icons"), FontStyles.Normal, FontWeights.Normal, FontStretches.Normal); diff --git a/FluentIcons.sln b/FluentIcons.sln index 38b833d..95a15db 100644 --- a/FluentIcons.sln +++ b/FluentIcons.sln @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentIcons.Uwp", "FluentIc EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentIcons.WinUI", "FluentIcons.WinUI\FluentIcons.WinUI.csproj", "{BCA0EB9E-A440-4294-9241-1CF2A1B3889E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentIcons.WPF", "FluentIcons.WPF\FluentIcons.WPF.csproj", "{A351E592-DB78-4BEE-8DB3-5B7CD7FE870C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentIcons.Wpf", "FluentIcons.Wpf\FluentIcons.Wpf.csproj", "{A351E592-DB78-4BEE-8DB3-5B7CD7FE870C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1AB4B495-5E45-400D-9535-90641016E8AD}" ProjectSection(SolutionItems) = preProject diff --git a/README.md b/README.md index 825fb40..075fe73 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A multi-framework control library of [fluentui-system-icons](https://github.com/ | [![FluentIcons.Maui](https://img.shields.io/nuget/v/FluentIcons.Maui?label=FluentIcons.Maui)](https://www.nuget.org/packages/FluentIcons.Maui) | [![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/maui.svg) MAUI 8](https://www.nuget.org/packages/Microsoft.Maui.Sdk/8.0.3) | | [![FluentIcons.Uwp](https://img.shields.io/nuget/v/FluentIcons.Uwp?label=FluentIcons.Uwp)](https://www.nuget.org/packages/FluentIcons.Uwp) | ![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/windows-10.svg) UWP 10.0.10773
[![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/uno.svg) Uno.UI 5.4](https://www.nuget.org/packages/Uno.UI/5.4.22) | | [![FluentIcons.WinUI](https://img.shields.io/nuget/v/FluentIcons.WinUI?label=FluentIcons.WinUI)](https://www.nuget.org/packages/FluentIcons.WinUI) | [![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/wasdk.svg) Windows App SDK 1.2](https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.2.221109.1)
[![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/uno.svg) Uno.WinUI 5.4](https://www.nuget.org/packages/Uno.WinUI/5.4.22) | -| [![FluentIcons.WPF](https://img.shields.io/nuget/v/FluentIcons.WPF?label=FluentIcons.WPF)](https://www.nuget.org/packages/FluentIcons.WPF) | ![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/dotnet.svg) .NET Framework 4.6.2
![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/dotnet.svg) .NET 6 | +| [![FluentIcons.Wpf](https://img.shields.io/nuget/v/FluentIcons.Wpf?label=FluentIcons.Wpf)](https://www.nuget.org/packages/FluentIcons.Wpf) | ![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/dotnet.svg) .NET Framework 4.6.2
![](https://cdn.jsdelivr.net/gh/davidxuang/FluentIcons@static/assets/dotnet.svg) .NET 6 | ### Legacy @@ -28,7 +28,7 @@ A multi-framework control library of [fluentui-system-icons](https://github.com/ ```xml - + ```