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

Fix <ApplicationTitle> encoding in maui templates #22084

Merged
merged 9 commits into from
Jun 21, 2024

Commits on Jun 17, 2024

  1. Makes <ApplicationTitle> use a custom symbol instead of the default n…

    …ame parameter. This symbol uses xmlEncode to allow it to work properly in MSBuild.
    MiYanni authored and Eilon committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    40acad8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Eilon committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5b78c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f77a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ac7c1a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix test

    Eilon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c4af2a6 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Eilon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    07fadb8 View commit details
    Browse the repository at this point in the history
  3. Update TemplateTests.cs

    Eilon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5aaa782 View commit details
    Browse the repository at this point in the history
  4. Update TemplateTests.cs

    Eilon committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aae1fef View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fix Tizen

    Eilon committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a1d814f View commit details
    Browse the repository at this point in the history