We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4cc92 commit 39804cbCopy full SHA for 39804cb
src/Files.App/ViewModels/Settings/AboutViewModel.cs
@@ -78,6 +78,7 @@ public AboutViewModel()
78
new ("https://github.com/PowerShell/MMI", "MMI"),
79
new ("https://github.com/microsoft/CsWin32", "CsWin32"),
80
new ("https://github.com/microsoft/CsWinRT", "CsWinRT"),
81
+ new ("https://github.com/GihanSoft/NaturalStringComparer", "NaturalStringComparer"),
82
];
83
84
CopyAppVersionCommand = new RelayCommand(CopyAppVersion);
0 commit comments