Fixed crash when trying to get DLCs for certain games.
This commit is contained in:
parent
81bd241e26
commit
178b7427b8
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<RootNamespace>auto_creamapi</RootNamespace>
|
||||
<UseWPF>true</UseWPF>
|
||||
<PackageVersion>2.1.5</PackageVersion>
|
||||
<PackageVersion>2.1.6</PackageVersion>
|
||||
<Title>auto-creamapi</Title>
|
||||
<Authors>Jeddunk</Authors>
|
||||
<Company>jeddunk.xyz</Company>
|
||||
<AssemblyVersion>2.1.5</AssemblyVersion>
|
||||
<FileVersion>2.1.5</FileVersion>
|
||||
<AssemblyVersion>2.1.6</AssemblyVersion>
|
||||
<FileVersion>2.1.6</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue