From f3b53807f8583290cc001b976a72dbe96fb29c96 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 17 Jan 2018 23:19:23 +0100 Subject: [PATCH] Fix assembly details. --- ATXSerializables/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ATXSerializables/Properties/AssemblyInfo.cs b/ATXSerializables/Properties/AssemblyInfo.cs index 3a2d27e..6018b41 100644 --- a/ATXSerializables/Properties/AssemblyInfo.cs +++ b/ATXSerializables/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ 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("ATXSerializables")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("ATXCommon")] +[assembly: AssemblyDescription("AutoTx Common Runtime Libraries")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Universitaet Basel")] -[assembly: AssemblyProduct("ATXSerializables")] +[assembly: AssemblyProduct("AutoTx")] [assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -- GitLab