From 9887427a6af14520d2a675181a8ef7927b60b541 Mon Sep 17 00:00:00 2001 From: Ajid Welzel Date: Fri, 31 Jan 2020 11:11:58 +0100 Subject: [PATCH] Font-Awesom 5.12.0 --- Controls/Icon.xaml.cs | 6 +++--- Properties/AssemblyInfo.cs | 4 ++-- wpf.fontawesome5.sln | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Controls/Icon.xaml.cs b/Controls/Icon.xaml.cs index 81c5314..d5c6eec 100644 --- a/Controls/Icon.xaml.cs +++ b/Controls/Icon.xaml.cs @@ -10,9 +10,9 @@ namespace FontAwesome.Wpf.Controls /// public partial class Icon : UserControl { - private static FontFamily _Brands = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./FontAwesome/otfs/#Font Awesome 5 Brands Regular"); - private static FontFamily _Solid = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./FontAwesome/otfs/#Font Awesome 5 Free Solid"); - private static FontFamily _Regular = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./FontAwesome/otfs/#Font Awesome 5 Free Regular"); + private static FontFamily _Brands = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./Font-Awesome/otfs/#Font Awesome 5 Brands Regular"); + private static FontFamily _Solid = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./Font-Awesome/otfs/#Font Awesome 5 Free Solid"); + private static FontFamily _Regular = new FontFamily(new Uri("pack://application:,,,/wpf.fontawesome5;component/"), "./Font-Awesome/otfs/#Font Awesome 5 Free Regular"); public FaStyles FaStyle diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 990a1a5..abd887a 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.12.0")] -[assembly: AssemblyFileVersion("5.12.0.0")] +[assembly: AssemblyVersion("5.12.0.1")] +[assembly: AssemblyFileVersion("5.12.0.1")] [assembly: XmlnsPrefix("http://schemas.fontawesome.com/wpf", "fa")] diff --git a/wpf.fontawesome5.sln b/wpf.fontawesome5.sln index 8716bb3..82e7cab 100644 --- a/wpf.fontawesome5.sln +++ b/wpf.fontawesome5.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2036 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29709.97 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf.fontawesome5", "wpf.fontawesome5.csproj", "{A92CB90E-2C04-43D3-BD8A-39A7C331CA40}" EndProject