From 4532035e3588962296dc4e813d876c45e259beaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kosson?= Date: Fri, 21 Apr 2023 06:46:11 +0200 Subject: [PATCH] Version 1.1.0 --- About.Designer.cs | 22 +++++++++++----------- GCEd.csproj | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/About.Designer.cs b/About.Designer.cs index f80c213..10991ac 100644 --- a/About.Designer.cs +++ b/About.Designer.cs @@ -33,9 +33,9 @@ private void InitializeComponent() pictureBoxLogo = new System.Windows.Forms.PictureBox(); flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); label1 = new System.Windows.Forms.Label(); + label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); linkLabelUrl = new System.Windows.Forms.LinkLabel(); - label3 = new System.Windows.Forms.Label(); tableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBoxLogo).BeginInit(); flowLayoutPanel1.SuspendLayout(); @@ -104,6 +104,16 @@ private void InitializeComponent() label1.TabIndex = 2; label1.Text = "GCEd"; // + // label3 + // + label3.Anchor = System.Windows.Forms.AnchorStyles.Top; + label3.AutoSize = true; + label3.Location = new System.Drawing.Point(26, 21); + label3.Name = "label3"; + label3.Size = new System.Drawing.Size(139, 15); + label3.TabIndex = 4; + label3.Text = "Version: 1.1.0, 2023-04-21"; + // // label2 // label2.AutoSize = true; @@ -124,16 +134,6 @@ private void InitializeComponent() linkLabelUrl.Text = "https://github.com/lkosson/gced"; linkLabelUrl.LinkClicked += linkLabelUrl_LinkClicked; // - // label3 - // - label3.Anchor = System.Windows.Forms.AnchorStyles.Top; - label3.AutoSize = true; - label3.Location = new System.Drawing.Point(26, 21); - label3.Name = "label3"; - label3.Size = new System.Drawing.Size(139, 15); - label3.TabIndex = 4; - label3.Text = "Version: 1.0.0, 2023-04-14"; - // // About // AcceptButton = buttonOK; diff --git a/GCEd.csproj b/GCEd.csproj index 137da33..fce3ceb 100644 --- a/GCEd.csproj +++ b/GCEd.csproj @@ -7,6 +7,8 @@ true disable Icon.ico + 1.1.0.0 + 1.1.0.0