From 1a986c690476a3485b235ed4e9c320d80aee30b0 Mon Sep 17 00:00:00 2001 From: Unstoppable Date: Thu, 27 Aug 2020 17:26:56 +0300 Subject: [PATCH] Update version. --- Program.cs | 2 +- Properties/AssemblyInfo.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index eb01e6d..547607f 100644 --- a/Program.cs +++ b/Program.cs @@ -52,7 +52,7 @@ public static class Program public static void Main(string[] args) { - Console.WriteLine("Ttfs2Mix utility 1.0 - by Unstoppable"); + Console.WriteLine("Ttfs2Mix utility 1.1 - by Unstoppable"); EmbeddedAssembly.Load("Ttfs2Mix.MixLibrary.dll", "MixLibrary.dll"); EmbeddedAssembly.Load("Ttfs2Mix.TTPackageClass.dll", "TTPackageClass.dll"); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index e9b3e3a..7f2ac99 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -5,10 +5,10 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Ttfs2Mix")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("TTFS to Mix Utility")] +[assembly: AssemblyDescription("Utility to convert TTFS packages to Mix packages.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Unstoppable")] [assembly: AssemblyProduct("Ttfs2Mix")] [assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] @@ -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: AssemblyVersion("1.1.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]