Skip to content

Tags: jingliancui/maui

Tags

8.0.82

Toggle 8.0.82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Add some defensive code around layout propagation (dotnet#24217…

…)" (dotnet#24441)

This reverts commit d85c05f.

9.0.0-preview.7.24407.4

Toggle 9.0.0-preview.7.24407.4's commit message

8.0.80

Toggle 8.0.80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Branding SR8 (dotnet#24052)

8.0.72

Toggle 8.0.72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0.1xx-sr7] Remove the 'Resources' prefix from BundleResour…

…ce (dotnet#24015)

* Remove the 'Resources' prefix from BundleResource

Fixes dotnet#23554

Prior to Maui 8.0.70, there was a bug that only removed the "Resources/" prefix, and not the correct "Platforms/iOS/Resource": dotnet#16734

This PR dotnet#23269 fixes the original issue, but now exposed the case where BundleResource were included in the root Resources folder instead of the Platforms/iOS/ folder.

* Update Microsoft.Maui.Controls.SingleProject.targets

* Update Microsoft.Maui.Controls.SingleProject.targets

* Update Versions.props

* Add a test

# Conflicts:
#	src/TestUtils/src/Microsoft.Maui.IntegrationTests/TemplateTests.cs

* string

---------

Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>

8.0.71

Toggle 8.0.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/8.0.1xx-sr7] [msbuild] Fix BundleResource defaults for iOS a…

…nd MacCatalyst (dotnet#23836)

* [msbuild] Fix BundleResource defaults for iOS and MacCatalyst

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2172694
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2172757

This PR dotnet#21350 added the new `PrivacyInfo.xcprivacy` to our default templates (new requirement from Apple) when building from Windows we try to bundle this resource and unfortunately we are missing the required Link metadata when this is done from single project triggering a condition where the path is incorrectly calculated when zipped in windows and once the zip archive is transfered to the mac host it is unable to unarchive the file. To fix this we simply unify the logic with what the macios SDK currently does [1] this ensures the right bundling happens.

[1]: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/targets/Microsoft.Sdk.DefaultItems.template.props#L77

* Update Versions.props

---------

Co-authored-by: Alex Soto <alex@soto.dev>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>

8.0.70

Toggle 8.0.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stable branding for .NET 8 SR7 (dotnet#23487)

9.0.0-preview.6.24327.7

Toggle 9.0.0-preview.6.24327.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx-preview6] Bump Appium version to 2.11 (dotnet#23339)

* Bump Appium version to 2.11

* Update CarouselViewUITests.UpdateCurrentItem.cs

---------

Co-authored-by: Shane Neuville <shneuvil@microsoft.com>

8.0.61

Toggle 8.0.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
8.0.61 release branding (dotnet#23204)

8.0.60

Toggle 8.0.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Release Versioning (dotnet#22941)

9.0.0-preview.5.24307.10

Toggle 9.0.0-preview.5.24307.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions for preview5 (dotnet#22908)