PortProxyGUI/PortProxyGUI - NET45/Properties/AssemblyInfo.cs

36 lines
1.5 KiB
C#
Raw Normal View History

2020-05-29 03:32:44 +08:00
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.
2020-09-24 18:06:57 +08:00
[assembly: AssemblyTitle("PortProxyGUI - NET")]
2021-03-16 19:07:19 +08:00
[assembly: AssemblyDescription("A manager of the netsh interface portproxy which is to evaluate TCP/IP port redirect on windows.")]
2020-05-29 03:32:44 +08:00
[assembly: AssemblyConfiguration("")]
2020-11-23 00:45:06 +08:00
[assembly: AssemblyCompany("nstandard.net")]
2020-09-24 18:06:57 +08:00
[assembly: AssemblyProduct("PortProxyGUI - NET")]
2020-11-23 00:45:06 +08:00
[assembly: AssemblyCopyright("Copyright © nstandard.net 2020")]
2020-05-29 03:32:44 +08:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1b166039-e98c-404a-89a5-c981364b5546")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
2021-03-16 19:07:19 +08:00
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]