From ccb4bf095bdca22535ca6c47d95272d574a48bbe Mon Sep 17 00:00:00 2001 From: Sergey Batanov Date: Sun, 11 Dec 2016 15:32:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=20`1.0.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MailComponent/Properties/AssemblyInfo.cs | 2 +- lib/packagedef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") .Описание("Реализация стандартных объектов из раздела ИнтернетПочта")