From 33cbe4c659f2579f4d57d37498a472d1ae1578b1 Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sat, 9 Jan 2016 21:56:40 +0200 Subject: [PATCH] Version update --- EncryptPad/Form1.Designer.cs | 5 +++-- EncryptPad/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/EncryptPad/Form1.Designer.cs b/EncryptPad/Form1.Designer.cs index c182879..00faf4f 100644 --- a/EncryptPad/Form1.Designer.cs +++ b/EncryptPad/Form1.Designer.cs @@ -332,14 +332,14 @@ public void InitializeComponent() // changeKeyToolStripMenuItem // this.changeKeyToolStripMenuItem.Name = "changeKeyToolStripMenuItem"; - this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(139, 22); + this.changeKeyToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.changeKeyToolStripMenuItem.Text = "Change Key"; this.changeKeyToolStripMenuItem.Click += new System.EventHandler(this.changeKeyToolStripMenuItem_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(139, 22); + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // @@ -355,6 +355,7 @@ public void InitializeComponent() // // documentationToolStripMenuItem // + this.documentationToolStripMenuItem.Enabled = false; this.documentationToolStripMenuItem.Name = "documentationToolStripMenuItem"; this.documentationToolStripMenuItem.Size = new System.Drawing.Size(189, 22); this.documentationToolStripMenuItem.Text = "Documentation"; diff --git a/EncryptPad/Properties/AssemblyInfo.cs b/EncryptPad/Properties/AssemblyInfo.cs index f0b6955..5763553 100644 --- a/EncryptPad/Properties/AssemblyInfo.cs +++ b/EncryptPad/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Можно задать все значения или принять номер построения и номер редакции по умолчанию, // используя "*", как показано ниже: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] +[assembly: AssemblyVersion("0.3.0.0")] +[assembly: AssemblyFileVersion("0.3.0.0")]