Skip to content

Update Xamarin.AndroidX.Leanback NuGet versions for 1.2.0 release#1165

Closed
mattleibow with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-1152-2
Closed

Update Xamarin.AndroidX.Leanback NuGet versions for 1.2.0 release#1165
mattleibow with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-1152-2

Conversation

Copilot AI commented Jun 12, 2025

Copy link
Copy Markdown
Contributor

This PR completes the update of Xamarin.AndroidX.Leanback packages to version 1.2.0 by incrementing the NuGet package versions following repository conventions.

Changes Made

Updated NuGet versions in config.json for both Leanback packages:

  • androidx.leanback:leanback: NuGet version 1.2.01.2.0.1
  • androidx.leanback:leanback-preference: NuGet version 1.2.01.2.0.1

Background

The Maven artifact versions were already updated to 1.2.0 in PR #1145 (Weekly Stable Updates). This PR adds the necessary NuGet version increment (revision number) to enable building and publishing new packages following the repository's versioning convention:

  • Major.Minor.Patch mirrors the Maven artifact version
  • Revision (4th component) is used for NuGet-only updates

Validation

✅ Configuration validation passes
✅ Existing binding customizations preserved (2 Additions, 4 Transforms)
✅ Metadata verification succeeds (dotnet cake --target=metadata-verify)
✅ Package structure follows repository conventions

Ready for Build

The configuration is now ready for the standard build pipeline:

  1. dotnet cake --target=binderate - Generate binding projects
  2. dotnet cake --target=libs - Build libraries
  3. dotnet cake --target=nuget - Generate NuGet packages

Fixes #1152.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • crl.entrust.net
    • Triggering command: /usr/bin/dotnet run --project util/Xamarin.AndroidBinderator/Xamarin.AndroidBinderator.Tool/Xamarin.AndroidBinderator.Tool.csproj -- binderate --config-file /home/REDACTED/work/android-libraries/android-libraries/config.json --base-path /home/REDACTED/work/android-libraries/android-libraries (dns block)
  • dl.google.com
    • Triggering command: /home/REDACTED/work/android-libraries/android-libraries/util/Xamarin.AndroidBinderator/Xamarin.AndroidBinderator.Tool/bin/Debug/net8.0/Xamarin.AndroidBinderator.Tool binderate --config-file /home/REDACTED/work/android-libraries/android-libraries/config.json --base-path /home/REDACTED/work/android-libraries/android-libraries (dns block)
  • ocsp.entrust.net
    • Triggering command: /usr/bin/dotnet run --project util/Xamarin.AndroidBinderator/Xamarin.AndroidBinderator.Tool/Xamarin.AndroidBinderator.Tool.csproj -- binderate --config-file /home/REDACTED/work/android-libraries/android-libraries/config.json --base-path /home/REDACTED/work/android-libraries/android-libraries (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@mattleibow mattleibow closed this Jun 12, 2025
@mattleibow
mattleibow deleted the copilot/fix-1152-2 branch June 12, 2025 16:55
Copilot AI changed the title [WIP] Update "Xamarin.AndroidX.Leanback" to "1.2.0" Update Xamarin.AndroidX.Leanback NuGet versions for 1.2.0 release Jun 12, 2025
Copilot AI requested a review from mattleibow June 12, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update "Xamarin.AndroidX.Leanback" to "1.2.0"

2 participants