JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 307 forks source link

Bump MvvmCross from 9.0.10 to 9.1.0 #897

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps MvvmCross from 9.0.10 to 9.1.0.

Changelog

Sourced from MvvmCross's changelog.

9.1.0 (2023-07-27)

Full Changelog

Breaking changes:

  • Remove IMvxViewModel<TResult> and IMvxViewModel<in TParameter, TResult> #4651
  • Remove IMvxViewModelResult #4652 (Cheesebaron)
  • Remove ViewModel cache. It can lead to leaks and doesn't provide value #4650 (Cheesebaron)
  • Move Setup to MvxAndroidApplication +semver:breaking #4546 (Cheesebaron)

Implemented enhancements:

  • Improve MvxFragmentExtensions.FindAssociatedViewModelType exception messages. #4601
  • Add Mac Catalyst TFM to all iOS plugins #4585
  • Add MacCatalyst TFM to plugins #4627 (Cheesebaron)

Fixed bugs:

  • net6.0 or .net7.0 - The type or namespace name Platforms does not exist in the namespace MvvmCross #4656
  • Updating from 9.0.9 to 9.0.10, MvxSplashScreenActivity is missing #4621
  • MvxBaseFluentBindingDescription<TTarget>.EnsureTargetNameSet does not ensures that target name was set #4603
  • "System.InvalidCastException: Specified cast is not valid." during Android RestoreInstanceState #4600
  • MvxDialogFragmentPresentationAttribute.Cancelable is not initialized with 'true' when using empty ctor #4588
  • System.InvalidCastException getting MvxFragment<TViewModel>.ViewModel after Tombstoning #4584
  • Java.Lang.ClassNotFoundException after upgrading to version 9.0.8 and only in release #4557
  • Fix console platform missing #4657 (Cheesebaron)
  • EnsureTargetNameSet should ensure a target name or throw #4649 (Cheesebaron)
  • IntPtr -> NativeHandle on Apple platforms #4635 (Cheesebaron)

Merged pull requests:

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #898.