diff --git a/DlssUpdater/DLSSUpdater.csproj b/DlssUpdater/DLSSUpdater.csproj index a9c58c1..a283011 100644 --- a/DlssUpdater/DLSSUpdater.csproj +++ b/DlssUpdater/DLSSUpdater.csproj @@ -9,11 +9,11 @@ enable enable x64 - 2.0.4.0 + 2.0.5.2 true win-x64 False - 2.0.5.1 + 2.0.5.2 diff --git a/DlssUpdater/changelog.md b/DlssUpdater/changelog.md index 045fdab..ebac4aa 100644 --- a/DlssUpdater/changelog.md +++ b/DlssUpdater/changelog.md @@ -1,3 +1,10 @@ +# 2.0.5.2 + +* Fix crash if old stored game path no longer exists +* Fix saved library game path not being updated if changed +* Fix crash with version string being in invalid format +* Apply code style to whole code base + # 2.0.5.1 * Write dump on unhandled crash @@ -7,7 +14,7 @@ * Executable is now properly signed * Splashscreen shows progress for each library -* Correctly remove games from library if they are no logner reported by launcher +* Correctly remove games from library if they are no longer reported by launcher * Detect anti cheat on startup again # 2.0.4.0 diff --git a/DlssUpdater/version.json b/DlssUpdater/version.json index 026af40..18308f5 100644 --- a/DlssUpdater/version.json +++ b/DlssUpdater/version.json @@ -1,3 +1,3 @@ { - "version": "2.0.5.1" + "version": "2.0.5.2" } \ No newline at end of file