mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Version update
This commit is contained in:
parent
c42400846d
commit
33cbe4c659
2 changed files with 5 additions and 4 deletions
5
EncryptPad/Form1.Designer.cs
generated
5
EncryptPad/Form1.Designer.cs
generated
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue