Updated version info and readme
This commit is contained in:
parent
015e530cd6
commit
ee709edbfa
3 changed files with 9 additions and 8 deletions
|
@ -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("")]
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue