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("ASCOM Meade.net server")] [assembly: AssemblyDescription("ASCOM multi-interface server for Meade.net")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("cjdawson.com")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("Copyright © 2019 cjdawson.com")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // [assembly: AssemblyVersion("0.7.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")] [assembly: ComVisibleAttribute(false)]