From 85e8f763114ce8347ce6fa9964125ec13e9cd894 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 2 Oct 2016 16:34:26 +0200 Subject: [PATCH] Fixed the fact that the plug-in wasn't visible in the settings. --- GreenshotWin10Plugin/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotWin10Plugin/Properties/AssemblyInfo.cs b/GreenshotWin10Plugin/Properties/AssemblyInfo.cs index b020ad5f7..748cbf731 100644 --- a/GreenshotWin10Plugin/Properties/AssemblyInfo.cs +++ b/GreenshotWin10Plugin/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("GreenshotWin10Plugin")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A plug-in for Windows 10 only functionality")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Greenshot")] [assembly: AssemblyProduct("GreenshotWin10Plugin")]