From ee709edbfa9471775f24efcde049fd32ac3c24d9 Mon Sep 17 00:00:00 2001 From: Sour Date: Sun, 31 Mar 2019 17:47:11 -0400 Subject: [PATCH] Updated version info and readme --- DependencyPacker/Properties/AssemblyInfo.cs | 2 +- README.md | 5 +++-- UI/Properties/AssemblyInfo.cs | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/DependencyPacker/Properties/AssemblyInfo.cs b/DependencyPacker/Properties/AssemblyInfo.cs index 4804ea4..79f5972 100644 --- a/DependencyPacker/Properties/AssemblyInfo.cs +++ b/DependencyPacker/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("DependencyPacker")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Mesen")] +[assembly: AssemblyCompany("Mesen-S")] [assembly: AssemblyProduct("DependencyPacker")] [assembly: AssemblyCopyright("Copyright © Mesen 2019")] [assembly: AssemblyTrademark("")] diff --git a/README.md b/README.md index 8bfd3f1..017844d 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ If you want to support this project, please consider making a donation: ## Roadmap Mesen-S is very early in its development and some features are still missing. -The following should be added over time: +The following should be added over time (in no particular order): * Movies * Netplay * Cheats -* More debugging tools and improvements to the current tools +* Additions/improvements in the debugging tools +* Lua scripting * Support for the enhancement chips used in some games * Libretro core (once the emulation core is stable/accurate enough) diff --git a/UI/Properties/AssemblyInfo.cs b/UI/Properties/AssemblyInfo.cs index 5383a6e..9d4f1bd 100644 --- a/UI/Properties/AssemblyInfo.cs +++ b/UI/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // 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("Mesen (Beta)")] +[assembly: AssemblyTitle("Mesen-S (Alpha)")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Mesen")] -[assembly: AssemblyProduct("Mesen (Beta)")] +[assembly: AssemblyCompany("Mesen-S")] +[assembly: AssemblyProduct("Mesen-S (Alpha)")] [assembly: AssemblyCopyright("Copyright © 2019 M. Bibaud")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.9.*")] -[assembly: AssemblyFileVersion("0.9.7.0")] +[assembly: AssemblyVersion("0.1.*")] +[assembly: AssemblyFileVersion("0.1.0.0")]