From e5e32610ab883a6d18bba8bda7d418cbabdb1b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Br=C3=A1s?= Date: Sat, 11 Dec 2021 14:09:25 +0000 Subject: [PATCH] Update version --- SM.Achievements/Properties/AssemblyInfo.cs | 4 ++-- SteamMaster/Properties/AssemblyInfo.cs | 4 ++-- SteamMaster/SMBase.Designer.cs | 24 +++++++++++----------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/SM.Achievements/Properties/AssemblyInfo.cs b/SM.Achievements/Properties/AssemblyInfo.cs index 97a8566..5bc8f9f 100644 --- a/SM.Achievements/Properties/AssemblyInfo.cs +++ b/SM.Achievements/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")] diff --git a/SteamMaster/Properties/AssemblyInfo.cs b/SteamMaster/Properties/AssemblyInfo.cs index 5601504..7e5c17a 100644 --- a/SteamMaster/Properties/AssemblyInfo.cs +++ b/SteamMaster/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")] diff --git a/SteamMaster/SMBase.Designer.cs b/SteamMaster/SMBase.Designer.cs index 1193f66..34e86dc 100644 --- a/SteamMaster/SMBase.Designer.cs +++ b/SteamMaster/SMBase.Designer.cs @@ -31,6 +31,7 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMBase)); this._PanelSideMenu = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); this._BttIdle = new FontAwesome.Sharp.IconButton(); this._BttSelectGame = new FontAwesome.Sharp.IconButton(); this._BttMain = new FontAwesome.Sharp.IconButton(); @@ -43,7 +44,6 @@ private void InitializeComponent() this._NameCurrentTab = new System.Windows.Forms.Label(); this._IconCurrentTab = new FontAwesome.Sharp.IconPictureBox(); this._PanelDesktop = new System.Windows.Forms.Panel(); - this.label1 = new System.Windows.Forms.Label(); this._PanelSideMenu.SuspendLayout(); this._PanelLogo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -67,6 +67,17 @@ private void InitializeComponent() this._PanelSideMenu.Size = new System.Drawing.Size(246, 752); this._PanelSideMenu.TabIndex = 4; // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label1.AutoSize = true; + this.label1.ForeColor = System.Drawing.Color.DimGray; + this.label1.Location = new System.Drawing.Point(12, 726); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(92, 17); + this.label1.TabIndex = 7; + this.label1.Text = "Version 0.1.2"; + // // _BttIdle // this._BttIdle.Dock = System.Windows.Forms.DockStyle.Top; @@ -270,17 +281,6 @@ private void InitializeComponent() this._PanelDesktop.Size = new System.Drawing.Size(1253, 698); this._PanelDesktop.TabIndex = 6; // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label1.AutoSize = true; - this.label1.ForeColor = System.Drawing.Color.DimGray; - this.label1.Location = new System.Drawing.Point(12, 726); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(92, 17); - this.label1.TabIndex = 7; - this.label1.Text = "Version 0.1.0"; - // // SMBase // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);