Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 15:44
8e941d7

This release targets the brand new Prism stable release 9.0.537, The minimum Maui requirement is now 8.0.20, which matches prisms minimum version.

There are 3 new supported methods:

  • GoBackAsync
  • GoBackToAsync
  • GoBackToRootAsync

You can now use the VerifyNavigation api to confirm these method invocations:

MockNavigationService.VerifyNavigation(nav => nav.GoBackAsync(), Times.Once);

What's Changed

  • Upgrade Prism & Add GoBack Support by @Axemasta in #9

Full Changelog: v1.0.3...1.1.2