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
Full Changelog: v1.0.3...1.1.2