diff --git a/MailComponent/Properties/AssemblyInfo.cs b/MailComponent/Properties/AssemblyInfo.cs index ddfea2e..1180c9a 100755 --- a/MailComponent/Properties/AssemblyInfo.cs +++ b/MailComponent/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/lib/packagedef b/lib/packagedef index cbf2c32..d480c4f 100755 --- a/lib/packagedef +++ b/lib/packagedef @@ -4,7 +4,7 @@ // Описание.Имя("InternetMail") - .Версия("1.0.0") + .Версия("1.0.1") .Автор("Батанов Сергей") .АдресАвтора("sergey.batanov@dmpas.ru") .Описание("Реализация стандартных объектов из раздела ИнтернетПочта")