From cafa6eb9f1efd522568e59d5c1be9015e510193d Mon Sep 17 00:00:00 2001 From: bahstrike Date: Sat, 6 Aug 2022 03:17:39 -0400 Subject: [PATCH] *version 2.0 *updated assemblyinfo --- Matt.Designer.cs | 2 +- Properties/AssemblyInfo.cs | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Matt.Designer.cs b/Matt.Designer.cs index cab985a..00a15dd 100644 --- a/Matt.Designer.cs +++ b/Matt.Designer.cs @@ -412,7 +412,7 @@ private void InitializeComponent() this.Controls.Add(this.colormapGroup); this.Controls.Add(this.groupBox2); this.Name = "Matt"; - this.Text = "Matt - BAH 2021"; + this.Text = "Matt - BAH 2022"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Matt_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Matt_FormClosed); this.Load += new System.EventHandler(this.Matt_Load); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 30005cf..938ef4c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Matt")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Texture Converter for Sith Engine")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Bad Ass Hackers")] [assembly: AssemblyProduct("Matt")] -[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")]