/
AstroJohn
/
MailRobot
Обзор
Документация
Войти
/
AstroJohn
/
MailRobot
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Checker/AssemblyInfo.vb
31 строка
1 KB
AstroJohn
1st commit
11 сен 2024, 13:31
11 сен 2024, 13:31
0f57dc5
Код
Авторство
О чём код?
Imports System.Reflection Imports 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. ' Review the values of the assembly attributes <Assembly: AssemblyTitle("Mail Robot Library")> <Assembly: AssemblyDescription("E-mail logs processing and crosscheck")> <Assembly: AssemblyCompany("RK1AA Software")> <Assembly: AssemblyProduct("Mail Robot")> <Assembly: AssemblyCopyright("(c) 2005-2019 Eugene Kuznetsov RK1AA")> <Assembly: AssemblyTrademark("RK1AA")> <Assembly: CLSCompliant(False)> 'The following GUID is for the ID of the typelib if this project is exposed to COM <Assembly: Guid("91529493-1E6F-409F-AF6E-7A7203E2B632")> ' 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("2.0.0.0")>