Csharp/C Sharp by API/System.Reflection/AssemblyVersionAttribute — различия между версиями

Материал из .Net Framework эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 15:31, 26 мая 2010

mark AssemblyVersionAttribute

   

using System;
using System.Reflection;
using System.Windows.Forms;
[assembly:AssemblyVersionAttribute("1.0.0.0")]
[assembly:AssemblyTitleAttribute("Example")]
class MainClass
{
  public static void Main() 
  {
  }
}