From 8a922c7469a049a2c32da6f283b784ff26fb3e07 Mon Sep 17 00:00:00 2001 From: NotYoojun Date: Wed, 24 Jan 2024 16:13:21 +0800 Subject: [PATCH] Fix a mistake in assembly info --- README.md | 2 ++ source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06fbd0e..556b86f 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ More classes are to come, but feedback on what is needed is welcome. # 🙋🏻‍♂️ Contribution +- This repository is based on https://github.com/samhocevar/emoji.wpf + - Want to contribute? The team encourages community feedback and contributions. - If the project is not working properly, please file a report. We welcome any issues and pull requests submitted on GitHub. diff --git a/source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs b/source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs index 1bcaa50..ceef12b 100644 --- a/source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs +++ b/source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs @@ -5,7 +5,7 @@ [assembly: AssemblyDescription("System emoji support for your WPF applications")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("iNKORE Studios")] -[assembly: AssemblyProduct("iNKORE.UI.WPF.Modern")] +[assembly: AssemblyProduct("iNKORE.UI.WPF.Emojis")] [assembly: AssemblyCopyright("Copyright © iNKORE! 2024")] [assembly: AssemblyTrademark("iNKORE!")] [assembly: AssemblyCulture("")]