Skip to content

Tags: albilaga/maui

Tags

8.0.83

Toggle 8.0.83's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ASPNet Versions (dotnet#25587)

8.0.92

Toggle 8.0.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Branding for .NET SR9.2 (dotnet#25263)

9.0.0-rc.2.24503.2

Toggle 9.0.0-rc.2.24503.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies from https://github.com/dotnet/android build 9.0.…

…0-rc.2.24502.1+azdo.10320367 (dotnet#25058)

Microsoft.Android.Sdk.Windows
 From Version 35.0.0-rc.2.145 -> To Version 35.0.0-rc.2.152

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

8.0.91

Toggle 8.0.91's commit message

Verified

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

8.0.90

Toggle 8.0.90's commit message

Verified

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

9.0.0-rc.1.24453.9

Toggle 9.0.0-rc.1.24453.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/9.0.1xx-rc1] Regenerate PublicAPIs based on main (dotnet#24633)

* Regenerate PublicAPIs

* Update script to generate PublicAPIs

* added

* sort

* this

* failed

* no idea why it needs 2

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>