Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2024

Bumps CommunityToolkit.Maui from 9.1.0 to 9.1.1.

Release notes

Sourced from CommunityToolkit.Maui's releases.

9.1.1: A handful of bugfixes before the new major release

.NET 9 is almost upon us, just before the new major release that we will be introduction as part of there, here are a couple of bugfixes that you can use today!

A big thank you to @​Bensley96 for the very first contribution to this project 👏

Requirements

The following tools are now required for CommunityToolkit.Maui.:

  • Xcode 16.0.0
    • Read the latest .NET MAUI Release wiki to always find the latest-supported version) of Xcode for .NET MAUI
    • We HIGHLY recommend using the open-source tool Xcodes to easily manage your installed Xcode versions
  • Update to the latest stable version of Visual Studio (or Jet Brains Rider)
  • Download/install .NET SDK v4.0.3
  • After installing the latest stable .NET SDK, update to the latest stable version of the .NET MAUI workload:
    • On macOS, open the Terminal and enter the following command: sudo dotnet workload install maui
    • On Windows, open the command prompt (or Powershell) and enter the following command: dotnet workload install maui
  • Add a global.json file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)
    • The .NET MAUI Community Toolkit does not support preview releases of .NET

global.json

{
  "sdk": {
    "version": "8.0.403", 
    "rollForward": "latestMajor",
    "allowPrerelease": false
  }
}

What's Changed

🧼 Housekeeping 🧽

New Contributors

Full Changelog: CommunityToolkit/Maui@9.1.0...9.1.1

Commits
  • 63c0618 Fixes [BUG] Map not responding to span (zoom) requests in Windows #1686 (#2323)
  • 341c4c4 [housekeeping] Automated PR to fix formatting errors (#2318)
  • 309c27a [MacCatalyst] [iOS] Fix IconTintColorBehavior ImageButton Disappearing and Cr...
  • 8e8e60a Update dependabot.yml
  • 46fb371 Tell Dependabot to ignore required libraries from auto-updating
  • 9a64748 [housekeeping] Automated PR to fix formatting errors (#2295)
  • 32232da [housekeeping] Automated PR to fix formatting errors (#2292)
  • a9ab301 Fix animation behavior hot reload (#2288)
  • 660ce05 Update resourceManagement.yml
  • d4a71c8 [housekeeping] Automated PR to fix formatting errors (#2285)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/CommunityToolkit/Maui/releases)
- [Commits](CommunityToolkit/Maui@9.1.0...9.1.1)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2024
@TheCodeTraveler TheCodeTraveler merged commit 6e4af70 into main Nov 9, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/CommunityToolkit.Maui-9.1.1 branch November 9, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants