Mercurial > servermonitor
comparison ServerMonitor/Properties/AssemblyInfo.cs @ 19:b3128fe10d57
Add About form and license.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Wed, 29 May 2019 20:18:37 -0400 |
parents | 3e1a2131f897 |
children | 10e60b05c7ec |
comparison
equal
deleted
inserted
replaced
18:b713b9db4c82 | 19:b3128fe10d57 |
---|---|
3 using System.Runtime.InteropServices; | 3 using System.Runtime.InteropServices; |
4 | 4 |
5 // General Information about an assembly is controlled through the following | 5 // General Information about an assembly is controlled through the following |
6 // set of attributes. Change these attribute values to modify the information | 6 // set of attributes. Change these attribute values to modify the information |
7 // associated with an assembly. | 7 // associated with an assembly. |
8 [assembly: AssemblyTitle("ServerMonitor")] | 8 [assembly: AssemblyTitle("Server Monitor")] |
9 [assembly: AssemblyDescription("")] | 9 [assembly: AssemblyDescription("Monitor remote servers from your Windows desktop.")] |
10 [assembly: AssemblyConfiguration("")] | 10 [assembly: AssemblyConfiguration("")] |
11 [assembly: AssemblyCompany("")] | 11 [assembly: AssemblyCompany("Brad Greco")] |
12 [assembly: AssemblyProduct("ServerMonitor")] | 12 [assembly: AssemblyProduct("Server Monitor")] |
13 [assembly: AssemblyCopyright("Copyright © 2018")] | 13 [assembly: AssemblyCopyright("Copyright © 2019 Brad Greco")] |
14 [assembly: AssemblyTrademark("")] | 14 [assembly: AssemblyTrademark("")] |
15 [assembly: AssemblyCulture("")] | 15 [assembly: AssemblyCulture("")] |
16 | 16 |
17 // Setting ComVisible to false makes the types in this assembly not visible | 17 // Setting ComVisible to false makes the types in this assembly not visible |
18 // to COM components. If you need to access a type in this assembly from | 18 // to COM components. If you need to access a type in this assembly from |