Skip to content

Commit 8a922c7

Browse files
committed
Fix a mistake in assembly info
1 parent a0070c7 commit 8a922c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ More classes are to come, but feedback on what is needed is welcome.
102102

103103
# 🙋🏻‍♂️ Contribution
104104

105+
- This repository is based on https://github.com/samhocevar/emoji.wpf
106+
105107
- Want to contribute? The team encourages community feedback and contributions.
106108

107109
- If the project is not working properly, please file a report. We welcome any issues and pull requests submitted on GitHub.

source/iNKORE.UI.WPF.Emojis/Properties/AssemblyInfoCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[assembly: AssemblyDescription("System emoji support for your WPF applications")]
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("iNKORE Studios")]
8-
[assembly: AssemblyProduct("iNKORE.UI.WPF.Modern")]
8+
[assembly: AssemblyProduct("iNKORE.UI.WPF.Emojis")]
99
[assembly: AssemblyCopyright("Copyright © iNKORE! 2024")]
1010
[assembly: AssemblyTrademark("iNKORE!")]
1111
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)