Skip to content

Commit

Permalink
Fix xbox naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Drommedhar committed Dec 11, 2024
1 parent 34c04c4 commit 3c36351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.5.4</FileVersion>
<FileVersion>2.0.5.5</FileVersion>
<SelfContained>true</SelfContained>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<SignAssembly>False</SignAssembly>
<AssemblyVersion>2.0.5.4</AssemblyVersion>
<AssemblyVersion>2.0.5.5</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down
3 changes: 3 additions & 0 deletions DlssUpdater/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.5.5
* Fix Xbox games showing wrong name finally (thanks to SilyNoMeta)

# 2.0.5.4
* Fix Xbox games showing wrong name

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.4"
"version": "2.0.5.5"
}

0 comments on commit 3c36351

Please sign in to comment.