added support for windows' high contrast mode

fixed a file race condition with OBS
This commit is contained in:
uberhalit 2020-02-04 19:39:05 +01:00
parent f485974b6b
commit 53fd55c3b9
5 changed files with 47 additions and 15 deletions

View file

@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("uberhalit")]
[assembly: AssemblyProduct("SekiroFpsUnlockAndMore")]
[assembly: AssemblyCopyright("Copyright © uberhalit 2019")]
[assembly: AssemblyCopyright("Copyright © uberhalit 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -18,5 +18,5 @@ using System.Runtime.InteropServices;
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: AssemblyVersion("1.2.5.1")]
[assembly: AssemblyFileVersion("1.2.5.1")]