Skip to content

Releases: erri120/GameFinder

Release 1.5.0

29 May 10:16
3449ea9
Compare
Choose a tag to compare

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

26 Mar 14:59
ab3fec4
Compare
Choose a tag to compare

Changed

  • Include snupkg in output
  • Skip broken EGS manifest files

Fixed

  • Fixed exe and exeFile values not being optional for GOGHandler. DLCs don't have this set.

Release 1.4.0

26 Mar 13:12
e4e8667
Compare
Choose a tag to compare

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

14 Mar 10:35
0035f5d
Compare
Choose a tag to compare

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

13 Mar 16:40
dce0bf6
Compare
Choose a tag to compare

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

13 Mar 10:14
40783ea
Compare
Choose a tag to compare

Changed

  • Updated project structure: each StoreHandler now has it's own package.

Release 1.1.0

21 Feb 14:58
2368771
Compare
Choose a tag to compare

Added

  • Added support for netstandard2.1