Better formatting for CH Products macro builder

master v1.0.2.3
Aaron Johnson 5 years ago
parent df2aedeed4
commit 4b53f580d2

@ -182,7 +182,7 @@
this.lbl_version.Name = "lbl_version"; this.lbl_version.Name = "lbl_version";
this.lbl_version.Size = new System.Drawing.Size(46, 13); this.lbl_version.Size = new System.Drawing.Size(46, 13);
this.lbl_version.TabIndex = 11; this.lbl_version.TabIndex = 11;
this.lbl_version.Text = "v1.0.2.2"; this.lbl_version.Text = "v1.0.2.3";
// //
// gbox_pipmgmt // gbox_pipmgmt
// //

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.2")] [assembly: AssemblyVersion("1.0.2.3")]
[assembly: AssemblyFileVersion("1.0.2.2")] [assembly: AssemblyFileVersion("1.0.2.3")]

Loading…
Cancel
Save