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: AssemblyTitle("DependencyPacker")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Mesen")]
|
[assembly: AssemblyCompany("Mesen-S")]
|
||||||
[assembly: AssemblyProduct("DependencyPacker")]
|
[assembly: AssemblyProduct("DependencyPacker")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Mesen 2019")]
|
[assembly: AssemblyCopyright("Copyright © Mesen 2019")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
|
|
|
@ -8,12 +8,13 @@ If you want to support this project, please consider making a donation:
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
Mesen-S is very early in its development and some features are still missing.
|
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
|
* Movies
|
||||||
* Netplay
|
* Netplay
|
||||||
* Cheats
|
* 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
|
* Support for the enhancement chips used in some games
|
||||||
* Libretro core (once the emulation core is stable/accurate enough)
|
* 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
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Mesen (Beta)")]
|
[assembly: AssemblyTitle("Mesen-S (Alpha)")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Mesen")]
|
[assembly: AssemblyCompany("Mesen-S")]
|
||||||
[assembly: AssemblyProduct("Mesen (Beta)")]
|
[assembly: AssemblyProduct("Mesen-S (Alpha)")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2019 M. Bibaud")]
|
[assembly: AssemblyCopyright("Copyright © 2019 M. Bibaud")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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
|
// 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("0.9.*")]
|
[assembly: AssemblyVersion("0.1.*")]
|
||||||
[assembly: AssemblyFileVersion("0.9.7.0")]
|
[assembly: AssemblyFileVersion("0.1.0.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue