Fixed loading appmanifest data if we have an invalid *.acf.

This commit is contained in:
STAM 2020-02-26 00:39:53 +03:00
parent e9dc3f0c72
commit 1149709d03
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<metadata minClientVersion="3.3"> <metadata minClientVersion="3.3">
<id>EpicMorg.SteamPathsLib</id> <id>EpicMorg.SteamPathsLib</id>
<title>Steam Paths Library</title> <title>Steam Paths Library</title>
<version>1.1.0.2</version> <version>1.1.0.3</version>
<authors>EpicMorgDev, AurZum, stam</authors> <authors>EpicMorgDev, AurZum, stam</authors>
<owners>EpicMorgDev, AurZum, stam</owners> <owners>EpicMorgDev, AurZum, stam</owners>
<language>en-US</language> <language>en-US</language>
@ -12,7 +12,7 @@
<license type="expression">MIT</license> <license type="expression">MIT</license>
<icon>images\icon.png</icon> <icon>images\icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Fixed catching exceptions.</releaseNotes> <releaseNotes>Fixed loading appmanifest data if we have an invalid *.acf.</releaseNotes>
<description>Small helper for getting some registry keys of Steam.</description> <description>Small helper for getting some registry keys of Steam.</description>
<copyright>Copyright © 2020 EpicMorg</copyright> <copyright>Copyright © 2020 EpicMorg</copyright>
<tags>steam epicmorg registry path helper vdf</tags> <tags>steam epicmorg registry path helper vdf</tags>

View File

@ -14,5 +14,5 @@ using System.Runtime.InteropServices;
[assembly: Guid("e34ae985-7c7e-49ba-a2b0-70d88f865265")] [assembly: Guid("e34ae985-7c7e-49ba-a2b0-70d88f865265")]
[assembly: AssemblyVersion("1.1.0.2")] [assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.2")] [assembly: AssemblyFileVersion("1.1.0.3")]

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.2")] [assembly: AssemblyVersion("1.0.0.3")]
[assembly: AssemblyFileVersion("1.0.0.2")] [assembly: AssemblyFileVersion("1.0.0.3")]