Skip to content

Commit

Permalink
Prepare update
Browse files Browse the repository at this point in the history
  • Loading branch information
Drommedhar committed Nov 10, 2024
1 parent d661c2e commit 39095dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DlssUpdater/DLSSUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>x64</Platforms>
<FileVersion>2.0.4.0</FileVersion>
<FileVersion>2.0.5.2</FileVersion>
<SelfContained>true</SelfContained>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>2.0.5.1</AssemblyVersion>
<AssemblyVersion>2.0.5.2</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down
9 changes: 8 additions & 1 deletion DlssUpdater/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DlssUpdater/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.5.1"
"version": "2.0.5.2"
}

0 comments on commit 39095dc

Please sign in to comment.