cleaned up AssemblyInfo

This commit is contained in:
S T Chan 2017-12-24 02:26:00 -05:00
parent 8a28f23e75
commit ed0d022647

View File

@ -1,13 +1,11 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
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: AssemblyCompany("Black Telescope Workshop")] [assembly: AssemblyCompany("Black Telescope Workshop")]
[assembly: AssemblyProduct("PDF Scribe")] [assembly: AssemblyProduct("PDF Scribe")]
[assembly: AssemblyCopyright("Copyright © S T Chan 2013")] [assembly: AssemblyCopyright("Copyright © S T Chan 2013-2017")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -25,4 +23,3 @@ using System.Runtime.InteropServices;
// Revision // Revision
// //
[assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]