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

Update Xamarin #9512

Closed
2 of 14 tasks
follesoe opened this issue Mar 14, 2024 · 2 comments
Closed
2 of 14 tasks

Update Xamarin #9512

follesoe opened this issue Mar 14, 2024 · 2 comments
Assignees
Labels
Area: Xamarin awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request OS: macOS

Comments

@follesoe
Copy link

follesoe commented Mar 14, 2024

Tool name

Xamarin

Tool license

Open Source

Add or update?

  • Add
  • Update

Desired version

13.2.2.0

Approximate size

No response

Brief description of tool

The Xamarin tools are already included in the toolset-12.json file, however it has not been updated with the latest official releases from Microsoft. The new versions are:

  • mono_version: 6.12.0.200
  • ios_version: 16.4.0.23
  • mac_version: 9.3.0.23
  • android_version: 13.2.2.0
"xamarin": {
        "vsmac": {
            "default": "2022",
            "versions": [ "2019", "2022" ]
        },
        "mono_versions": [
            "6.12.0.200"
        ],
        "ios_versions": [
            "16.4.0.23", "16.2.0.5", "16.1.1.27", "16.0.0.72", "15.12.0.2", "15.10.0.5", "15.8.0.3", "15.6.0.3", "15.4.0.0", "15.2.0.17", "15.0.0.6"
        ],
        "mac_versions": [
            "9.3.0.23", "9.1.0.5", "9.0.0.27", "8.12.0.2", "8.10.0.5", "8.8.0.3", "8.6.0.3", "8.4.0.0", "8.2.0.17", "7.14.0.27"
        ],
        "android_versions": [
            "13.2.2.0", "13.2.1.2", "13.1.0.1", "13.0.0.0", "12.3.3.3", "12.2.8.3", "12.1.0.2", "12.0.0.3", "11.3.0.4"
        ],
        "bundle_default": "6_12_21",
        "bundles": [
            {
                "symlink": "6_12_25",
                "mono":"6.12",
                "ios": "16.4",
                "mac": "9.3",
                "android": "13.2"
            },
            {
                "symlink": "6_12_24",
                "mono":"6.12",
                "ios": "16.2",
                "mac": "9.1",
                "android": "13.2"
            },
            {
                "symlink": "6_12_23",
                "mono":"6.12",
                "ios": "16.2",
                "mac": "9.1",
                "android": "13.1"
            },
            {
                "symlink": "6_12_22",
                "mono":"6.12",
                "ios": "16.1",
                "mac": "9.0",
                "android": "13.1"
            },
            {
                "symlink": "6_12_21",
                "mono":"6.12",
                "ios": "16.0",
                "mac": "8.12",
                "android": "13.1"
            },
            {
                "symlink": "6_12_20",
                "mono":"6.12",
                "ios": "16.0",
                "mac": "8.12",
                "android": "13.0"
            },
            {
                "symlink": "6_12_19",
                "mono":"6.12",
                "ios": "15.12",
                "mac": "8.12",
                "android": "13.0"
            },
            {
                "symlink": "6_12_18",
                "mono":"6.12",
                "ios": "15.10",
                "mac": "8.10",
                "android": "12.3"
            },
            {
                "symlink": "6_12_17",
                "mono":"6.12",
                "ios": "15.10",
                "mac": "8.10",
                "android": "12.2"
            },
            {
                "symlink": "6_12_16",
                "mono":"6.12",
                "ios": "15.8",
                "mac": "8.8",
                "android": "12.2"
            },
            {
                "symlink": "6_12_15",
                "mono":"6.12",
                "ios": "15.8",
                "mac": "8.8",
                "android": "12.1"
            },
            {
                "symlink": "6_12_14",
                "mono":"6.12",
                "ios": "15.8",
                "mac": "8.8",
                "android": "12.0"
            },
            {
                "symlink": "6_12_13",
                "mono":"6.12",
                "ios": "15.6",
                "mac": "8.6",
                "android": "12.0"
            },
            {
                "symlink": "6_12_12",
                "mono":"6.12",
                "ios": "15.4",
                "mac": "8.4",
                "android": "12.0"
            },
            {
                "symlink": "6_12_11",
                "mono":"6.12",
                "ios": "15.2",
                "mac": "8.2",
                "android": "12.0"
            },
            {
                "symlink": "6_12_10",
                "mono":"6.12",
                "ios": "15.0",
                "mac": "7.14",
                "android": "11.3"
            }
        ]
    },

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

No response

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Can this tool be installed during the build?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

Yes

@follesoe
Copy link
Author

Changes committed here: follesoe@1425143

But I see that you are not accepting pull requests for changes to macOS images.

@MaksimZhukov
Copy link
Contributor

Hello @follesoe!
We have prepared a pull request.
Thank you!

@MaksimZhukov MaksimZhukov added OS: macOS Area: Xamarin awaiting-deployment Code complete; awaiting deployment and/or deployment in progress and removed needs triage labels Mar 14, 2024
@MaksimZhukov MaksimZhukov self-assigned this Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Xamarin awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request OS: macOS
Projects
None yet
Development

No branches or pull requests

2 participants