Skip to content
Snippets Groups Projects
Commit f3b53807 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix assembly details.

parent a06887ec
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ using System.Runtime.InteropServices; ...@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("ATXSerializables")] [assembly: AssemblyTitle("ATXCommon")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("AutoTx Common Runtime Libraries")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Universitaet Basel")] [assembly: AssemblyCompany("Universitaet Basel")]
[assembly: AssemblyProduct("ATXSerializables")] [assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")] [assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment