assemblyinfo.cs

来自「A project written in C# sends email with」· CS 代码 · 共 19 行

CS
19
字号
// $Id: AssemblyInfo.cs,v 1.4 2006/08/04 13:52:56 ethem Exp $

using System.Reflection;
using System.Runtime.CompilerServices;

//
// 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 Revision and Build Numbers 
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.4.0.0")]

[assembly: AssemblyTitle("Erle.DnsMail")]
[assembly: AssemblyDescription("A project written in C# sends email with/without smtp server")]
[assembly: AssemblyCompany("Erle Yazilim ve Bilgisayar San. ve Tic. Ltd. Sti.")]
[assembly: AssemblyProduct("Erle.DnsMail, http://www.evlice.com/")]
[assembly: AssemblyCopyright("

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?