Releases: erri120/GameFinder
Releases · erri120/GameFinder
Release 1.5.0
Changed
All functions are now no-throw and return Return<T>
for better error handling and error aggregation. Checkout the example on how to use this: Link.
Release 1.4.1
Changed
- Include snupkg in output
- Skip broken EGS manifest files
Fixed
- Fixed
exe
andexeFile
values not being optional for GOGHandler. DLCs don't have this set.
Release 1.4.0
Changed
- All StoreHandlers are less strict about missing directories
- Update Newtonsoft.Json to 13.0.1
- Update Windows SDK to 10.0.19041.0
Release 1.3.1
Added
- Added helper DTOs to XboxHandler
Changed
- GameFinder.Example will also log to file
- Replaced Placeholder Exceptions in EGSHandler with EGSExceptions
Fixed
- Fixed AccessDeniedException in XboxHandler when trying to access Package properties
Release 1.3.0
Added
- XboxHandler for finding games installed via Xbox Game Pass App (or all UWP apps, see README for more information)
- Example application using all game handlers
Release 1.2.0
Changed
- Updated project structure: each StoreHandler now has it's own package.
Release 1.1.0
Added
- Added support for
netstandard2.1