From 0e16e3606cf2a8a7a9e1dbddf41e2ece5335d569 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Tue, 6 Feb 2018 11:03:46 +0100 Subject: [PATCH] Add assembly description string. Refers to #2 --- ATxTray/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxTray/Properties/AssemblyInfo.cs b/ATxTray/Properties/AssemblyInfo.cs index e309ac8..6234f84 100644 --- a/ATxTray/Properties/AssemblyInfo.cs +++ b/ATxTray/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("ATxTray")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("AutoTx Tray Monitor")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Universitaet Basel")] [assembly: AssemblyProduct("ATxTray")] -- GitLab