From bb469493af7b05cba1bc79292eb926939ad4a1b5 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Tue, 27 Feb 2018 22:06:33 +0100 Subject: [PATCH] Homogenize assembly information for all projects. --- ATxCommon/Properties/AssemblyInfo.cs | 7 +++---- ATxConfigTest/Properties/AssemblyInfo.cs | 11 +++++------ ATxService/Properties/AssemblyInfo.cs | 2 +- ATxTray/Properties/AssemblyInfo.cs | 9 ++++----- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/ATxCommon/Properties/AssemblyInfo.cs b/ATxCommon/Properties/AssemblyInfo.cs index 940f654..0df64db 100644 --- a/ATxCommon/Properties/AssemblyInfo.cs +++ b/ATxCommon/Properties/AssemblyInfo.cs @@ -1,16 +1,15 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ATxCommon")] +[assembly: AssemblyTitle("AutoTx Common")] [assembly: AssemblyDescription("AutoTx Common Runtime Libraries")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Universitaet Basel")] +[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")] [assembly: AssemblyProduct("AutoTx")] -[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")] +[assembly: AssemblyCopyright("© University of Basel 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ATxConfigTest/Properties/AssemblyInfo.cs b/ATxConfigTest/Properties/AssemblyInfo.cs index 690a990..bebb6d6 100644 --- a/ATxConfigTest/Properties/AssemblyInfo.cs +++ b/ATxConfigTest/Properties/AssemblyInfo.cs @@ -1,16 +1,15 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ATxConfigTest")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("AutoTx ConfigTest")] +[assembly: AssemblyDescription("AutoTx Configuration Validator")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Universitaet Basel")] -[assembly: AssemblyProduct("ATxConfigTest")] -[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")] +[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")] +[assembly: AssemblyProduct("AutoTx")] +[assembly: AssemblyCopyright("© University of Basel 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ATxService/Properties/AssemblyInfo.cs b/ATxService/Properties/AssemblyInfo.cs index 4743e48..73261ca 100644 --- a/ATxService/Properties/AssemblyInfo.cs +++ b/ATxService/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")] [assembly: AssemblyProduct("AutoTx")] -[assembly: AssemblyCopyright("© 2018")] +[assembly: AssemblyCopyright("© University of Basel 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ATxTray/Properties/AssemblyInfo.cs b/ATxTray/Properties/AssemblyInfo.cs index 6234f84..48bf8a9 100644 --- a/ATxTray/Properties/AssemblyInfo.cs +++ b/ATxTray/Properties/AssemblyInfo.cs @@ -1,16 +1,15 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ATxTray")] +[assembly: AssemblyTitle("AutoTx Tray")] [assembly: AssemblyDescription("AutoTx Tray Monitor")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Universitaet Basel")] -[assembly: AssemblyProduct("ATxTray")] -[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")] +[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")] +[assembly: AssemblyProduct("AutoTx")] +[assembly: AssemblyCopyright("© University of Basel 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -- GitLab