-
Notifications
You must be signed in to change notification settings - Fork 62
Stable Updates 20250714 #1203
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
Stable Updates 20250714 #1203
Conversation
…ance, generate-namespace-file, list-artifacts Co-authored-by: jonathanpeppers <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the namespace file?
dotnet cake utilities.cake -t=generate-namespace-file
Co-authored-by: jonathanpeppers <[email protected]>
... Updated the namespace file. Added the new |
@jonathanpeppers I have verified that the .nupkg file for the Xamarin.Firebase.Annotations package, along with its version and C# APIs, has been properly updated. ![]() ![]() |
}, | ||
"license": "The Apache Software License, Version 2.0" | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot why this new package changes added? Just tell me and not make a change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added this comment to check whether Copilot would respond to the query.
Fixes: #1202 This PR implements the standard stable updates process for Android libraries by running the automated update commands and committing the results. ## Updated Packages 1. `androidx.databinding:databindingadapters` - 8.11.0 → 8.11.1 2. `androidx.databinding:databindingcommon` - 8.11.0 → 8.11.1 3. `androidx.databinding:databindingruntime` - 8.11.0 → 8.11.1 4. `androidx.databinding:viewbinding` - 8.11.0 → 8.11.1 5. `com.google.android.gms:playservicesbase` - 18.7.1 → 18.7.2 6. `com.google.android.gms:playservicestasks` - 18.3.1 → 18.3.2 7. `com.google.errorprone:error_prone_annotations` - 2.39.0 → 2.40.0 8. `com.google.errorprone:error_prone_type_annotations` - 2.39.0 → 2.40.0 9. `com.google.firebase:firebaseannotations` - 16.2.0 → 17.0.0 10. `com.google.firebase:firebasecommon` - 21.0.0 → 22.0.0 11. `com.google.firebase:firebasecomponents` - 18.0.1 → 19.0.0 ## Files Modified - `config.json` - Updated Maven artifact versions (26 lines changed) - `cgmanifest.json` - Updated component governance manifest - `docs/artifact-list.md` - Updated artifact documentation - `docs/artifact-list-with-versions.md` - Updated versioned artifact documentation This update includes 11 package version bumps across AndroidX DataBinding, Google Play Services, Error Prone, and Firebase components. All changes are automatically generated updates to the latest stable versions following the standard weekly update process. Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: sheiksyedm <[email protected]>
This PR implements the standard stable updates process for Android libraries by running the automated update commands and committing the results.
Commands Executed
dotnet cake -t:update-config
- Updated Maven artifact versions to latest stable releasesdotnet cake utilities.cake -t=generate-component-governance
- Generated component governance manifestdotnet cake utilities.cake -t=generate-namespace-file
- Generated namespace documentationdotnet cake utilities.cake -t=list-artifacts
- Updated artifact listsdotnet cake utilities.cake -t=api-diff-markdown-info-pr
- Generated API diff informationUpdated Packages
androidx.databinding:databindingadapters
- 8.11.0 → 8.11.1androidx.databinding:databindingcommon
- 8.11.0 → 8.11.1androidx.databinding:databindingruntime
- 8.11.0 → 8.11.1androidx.databinding:viewbinding
- 8.11.0 → 8.11.1com.google.android.gms:playservicesbase
- 18.7.1 → 18.7.2com.google.android.gms:playservicestasks
- 18.3.1 → 18.3.2com.google.errorprone:error_prone_annotations
- 2.39.0 → 2.40.0com.google.errorprone:error_prone_type_annotations
- 2.39.0 → 2.40.0com.google.firebase:firebaseannotations
- 16.2.0 → 17.0.0com.google.firebase:firebasecommon
- 21.0.0 → 22.0.0com.google.firebase:firebasecomponents
- 18.0.1 → 19.0.0Files Modified
config.json
- Updated Maven artifact versions (26 lines changed)cgmanifest.json
- Updated component governance manifestdocs/artifact-list.md
- Updated artifact documentationdocs/artifact-list-with-versions.md
- Updated versioned artifact documentationThis update includes 11 package version bumps across AndroidX DataBinding, Google Play Services, Error Prone, and Firebase components. All changes are automatically generated updates to the latest stable versions following the standard weekly update process.
Fixes #1202.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.