mirror of
https://github.com/uberhalit/SekiroFpsUnlockAndMore.git
synced 2026-06-13 09:57:55 +00:00
Merge 5d821d9c46 into d6312c6b0a
This commit is contained in:
commit
1b0018d492
3 changed files with 7 additions and 4 deletions
|
|
@ -240,6 +240,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|||
|
||||
## Version History
|
||||
|
||||
* v1.2.5.3 (2021-01-04)
|
||||
* added game version 1.06 (1.6.0.0) to supported versions
|
||||
* v1.2.5.2 (2020-11-02)
|
||||
* updated death penalties code to latest version 1.05
|
||||
* added game version 1.05 (1.5.0.0) to supported versions
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@ namespace SekiroFpsUnlockAndMore
|
|||
internal const string PROCESS_NAME = "sekiro";
|
||||
internal const string PROCESS_TITLE = "Sekiro";
|
||||
internal const string PROCESS_DESCRIPTION = "Shadows Die Twice";
|
||||
internal const string PROCESS_EXE_VERSION = "1.5.0.0";
|
||||
internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED_LEGACY = new string[3]
|
||||
internal const string PROCESS_EXE_VERSION = "1.6.0.0";
|
||||
internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED_LEGACY = new string[4]
|
||||
{
|
||||
"1.5.0.0",
|
||||
"1.4.0.0",
|
||||
"1.3.0.0",
|
||||
"1.2.0.0"
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ using System.Runtime.InteropServices;
|
|||
ResourceDictionaryLocation.SourceAssembly
|
||||
)]
|
||||
|
||||
[assembly: AssemblyVersion("1.2.5.2")]
|
||||
[assembly: AssemblyFileVersion("1.2.5.2")]
|
||||
[assembly: AssemblyVersion("1.2.5.3")]
|
||||
[assembly: AssemblyFileVersion("1.2.5.3")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue