Add NuGet Packages into AboutForm

This commit is contained in:
Martin Woodward 2015-12-10 18:49:12 +00:00
parent 5ae202b184
commit 3e96fe5153
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ namespace OpenLiveWriter.PostEditor
// Copyright notices are not to be localized.
string[] credits = {
"DeltaCompressionDotNet (MS-PL) Copyright © Todd Aspeotis 2013 \nhttps://github.com/taspeotis/DeltaCompressionDotNet",
"Mono.Cecil (MIT) Copyright © 2008 - 2015 Jb Evain Copyright © 2008 - 2011 Novell, Inc \nhttps://github.com/jbevain/cecil",
"Splat (MIT) Copyright © 2013 Paul Betts \nhttps://github.com/paulcbetts/splat/",
"Squirrel.Windows (MIT) Copyright © 2012 GitHub, Inc. \n https://github.com/squirrel/squirrel.windows",
/* XmpMetadata.cs */ "Portions Copyright © 2011 Omar Shahine, licensed under Creative Commons Attribution 3.0 Unported License.",
/* Brian Lambert */ "Portions Copyright © 2003 Brian Lambert, used with permission of the author under the MIT License.",
};