mirror of
https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git
synced 2026-05-03 09:18:51 +00:00
27 lines
945 B
C#
27 lines
945 B
C#
using System.Reflection;
|
|
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 LynxAstro.DewController server")]
|
|
[assembly: AssemblyDescription("ASCOM multi-interface server for LynxAstro.DewController")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("ASCOM Initiative")]
|
|
[assembly: AssemblyProduct("")]
|
|
[assembly: AssemblyCopyright("Copyright © 2021, colin")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
//
|
|
// Major Version
|
|
// Minor Version
|
|
// Build Number
|
|
// Revision
|
|
//
|
|
[assembly: AssemblyVersion("6.4.0.0")]
|
|
[assembly: AssemblyFileVersion("6.4.0.0")]
|
|
|
|
[assembly: ComVisibleAttribute(false)]
|