mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-03-04 09:25:23 +03:00
Fixed loading appmanifest data if we have an invalid *.acf.
This commit is contained in:
parent
e9dc3f0c72
commit
1149709d03
@ -3,7 +3,7 @@
|
||||
<metadata minClientVersion="3.3">
|
||||
<id>EpicMorg.SteamPathsLib</id>
|
||||
<title>Steam Paths Library</title>
|
||||
<version>1.1.0.2</version>
|
||||
<version>1.1.0.3</version>
|
||||
<authors>EpicMorgDev, AurZum, stam</authors>
|
||||
<owners>EpicMorgDev, AurZum, stam</owners>
|
||||
<language>en-US</language>
|
||||
@ -12,7 +12,7 @@
|
||||
<license type="expression">MIT</license>
|
||||
<icon>images\icon.png</icon>
|
||||
<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>
|
||||
<copyright>Copyright © 2020 EpicMorg</copyright>
|
||||
<tags>steam epicmorg registry path helper vdf</tags>
|
||||
|
@ -14,5 +14,5 @@ using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: Guid("e34ae985-7c7e-49ba-a2b0-70d88f865265")]
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0.2")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.2")]
|
||||
[assembly: AssemblyVersion("1.1.0.3")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.3")]
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.2")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.2")]
|
||||
[assembly: AssemblyVersion("1.0.0.3")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.3")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user