diff --git a/src/others/PointlessWaymarksCms/PointlessWaymarksCmsWpfControls/HelpDisplay/SoftwareUsedHelpMarkdown.cs b/src/others/PointlessWaymarksCms/PointlessWaymarksCmsWpfControls/HelpDisplay/SoftwareUsedHelpMarkdown.cs index 4dfb44c..0bc1295 100644 --- a/src/others/PointlessWaymarksCms/PointlessWaymarksCmsWpfControls/HelpDisplay/SoftwareUsedHelpMarkdown.cs +++ b/src/others/PointlessWaymarksCms/PointlessWaymarksCmsWpfControls/HelpDisplay/SoftwareUsedHelpMarkdown.cs @@ -19,7 +19,7 @@ public static class SoftwareUsedHelpMarkdown - [anakic/Jot: Jot is a library for persisting and applying .NET application state.](https://github.com/anakic/Jot) - Used to save application state most prominently main window position. - [lunet-io/markdig: A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET](https://github.com/lunet-io/markdig) and [Kryptos-FR/markdig.wpf: A WPF library for lunet-io/markdig https://github.com/lunet-io/markdig](https://github.com/Kryptos-FR/markdig.wpf) - Used to process Commonmark Markdown both inside the application and for HTML generation. BSD 2-Clause ""Simplified"" License and MIT License. - [thomasgalliker/ObjectDumper: ObjectDumper is a utility which aims to serialize C# objects to string for debugging and logging purposes.](https://github.com/thomasgalliker/ObjectDumper) - A quick way to convert objects to human readable strings/formats. Apache License, Version 2.0 - - [acemod13/ookii-dialogs-wpf: Common dialog classes for WPF applications](https://github.com/acemod13/ookii-dialogs-wpf) - easy access to several nice dialogs. [License of Ookii.Dialogs.Wpf.NETCore 2.1.0](https://www.nuget.org/packages/Ookii.Dialogs.Wpf.NETCore/2.1.0/License). + - [augustoproiete/ookii-dialogs-wpf: Common dialog classes for WPF applications](https://github.com/augustoproiete/ookii-dialogs-wpf) - easy access to several nice dialogs. [License of Ookii.Dialogs.Wpf 3.1.0](https://www.nuget.org/packages/Ookii.Dialogs.Wpf/3.1.0/License). - [omuleanu/ValueInjecter: convention based mapper](https://github.com/omuleanu/ValueInjecter) - Quick mapping between objects without any setup needed. MIT License. - [micdenny/WpfScreenHelper: Porting of Windows Forms Screen helper for Windows Presentation Foundation (WPF). It avoids dependencies on Windows Forms libraries when developing in WPF.](https://github.com/micdenny/WpfScreenHelper) - help with some details of keeping windows in visible screen space without referencing WinForms. MIT License. - [kzu/GitInfo: Git and SemVer Info from MSBuild, C# and VB](https://github.com/kzu/GitInfo) - Git version information. MIT License. @@ -33,4 +33,4 @@ public static class SoftwareUsedHelpMarkdown - [TinyIpc](https://github.com/steamcore/TinyIpc) - Windows Desktop Interprocess Communication wrapped up into a super simple to use interface for C#. MIT License. "; } -} \ No newline at end of file +}