Sign all projects with strong names

This commit is contained in:
Paddy Xu
2017-07-15 15:07:41 +03:00
parent 95da093130
commit d98afaa4dc
34 changed files with 107 additions and 24 deletions

View File

@@ -24,9 +24,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("QuickLook.Plugin.ImageViewer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("pooi.moe")]
[assembly: AssemblyProduct("QuickLook.Plugin.ImageViewer")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © Paddy Xu 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]