Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency communitytoolkit.maui.core to 9.1.1 #407

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
CommunityToolkit.Maui.Core 9.0.0 -> 9.1.1 age adoption passing confidence

Release Notes

CommunityToolkit/Maui (CommunityToolkit.Maui.Core)

v9.1.1: : A handful of bugfixes before the new major release

Compare Source

.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

v9.1.0: : AOT support is here!

Compare Source

Required Updates

The following tools are now required for .NET MAUI Community Toolkit v9.1.0

  • 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

Big thank you to our community contributors 👏

Full Changelog: CommunityToolkit/Maui@9.0.3...9.0.4

v9.0.3: : Transparent Status bar for Android, Icon Tint Color Updates and more!

Compare Source

Just before the weekend, here are some new goodies to play with!

Minor new functionalities, bugfixes and we updated the dependency of .NET MAUI to 8.0.71 to match the latest version that is included in the workload that comes with Visual Studio.

What's Changed

New Contributors

A big thank you to these heroes right here! You make this project the best version it can be!

Full Changelog: CommunityToolkit/Maui@9.0.2...9.0.3

v9.0.2: : Windows Sample App Redesign!

Compare Source

Some Friday bugfixes for you! Special shout out to @​GuidoNeele and @​myix765 for their first contributions to this project, thank you so much! 👏 Find all the details about the fixes below.

And, did you know that we have an amazing sample app in this repository that shows you how to use all the features of the Toolkit?! Now you do! And the Windows version just got a refresh by @​mhrastegari

Check this out 🤩

Screenshot of Windows sample app

What's Changed

Bumps and Housekeepings

New Contributors

Full Changelog: CommunityToolkit/Maui@9.0.1...9.0.2

v9.0.1: : Bugfixes! That's it, that's the release.

Compare Source

Just a couple of bugfixes for you to enjoy!

No fancy funny text here this time, sorry. It's Friday for me too you know?!

What's Changed

New Contributors

Full Changelog: CommunityToolkit/Maui@9.0.0...9.0.1


Configuration

📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/communitytoolkit.maui.core-9.x branch 3 times, most recently from 1f47a00 to 3ba2f81 Compare July 5, 2024 13:36
@renovate renovate bot changed the title chore(deps): update dependency communitytoolkit.maui.core to v9.0.1 chore(deps): update dependency communitytoolkit.maui.core to v9.0.2 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/communitytoolkit.maui.core-9.x branch from 3ba2f81 to 501e741 Compare August 19, 2024 20:29
@renovate renovate bot changed the title chore(deps): update dependency communitytoolkit.maui.core to v9.0.2 chore(deps): update dependency communitytoolkit.maui.core to v9.0.3 Aug 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency communitytoolkit.maui.core to v9.0.3 chore(deps): update dependency communitytoolkit.maui.core to 9.0.3 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/communitytoolkit.maui.core-9.x branch from 501e741 to 4046c98 Compare September 27, 2024 10:57
@renovate renovate bot changed the title chore(deps): update dependency communitytoolkit.maui.core to 9.0.3 chore(deps): update dependency communitytoolkit.maui.core to 9.1.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/communitytoolkit.maui.core-9.x branch from 4046c98 to fb67cdf Compare November 8, 2024 11:03
@renovate renovate bot changed the title chore(deps): update dependency communitytoolkit.maui.core to 9.1.0 chore(deps): update dependency communitytoolkit.maui.core to 9.1.1 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants