-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Automated Integration Data Update - 3/25/26
This PR contains automated updates to:
- Integration data from NuGet API
- GitHub repository statistics
What's Updated
src/frontend/src/data/aspire-integrations.json— Latest package informationsrc/frontend/src/data/github-stats.json— Repository statistics
Review Checklist
- Verify integration data looks reasonable
- Check for any suspicious changes or anomalies
- Ensure package counts and versions are updated appropriately
Generated by Integration Data Updater · ◷
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch update/integration-data-3-25-26-41264477d2cad96d.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests.
Show patch preview (500 of 2173 lines)
From 90555cc30fc4d1e451cf3eeab25024708d943c6e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Wed, 25 Mar 2026 05:46:19 +0000
Subject: [PATCH] chore: Update integration data and GitHub stats (3/25/26)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../src/data/aspire-integrations.json | 609 ++++++++++--------
src/frontend/src/data/github-stats.json | 10 +-
2 files changed, 347 insertions(+), 272 deletions(-)
diff --git a/src/frontend/src/data/aspire-integrations.json b/src/frontend/src/data/aspire-integrations.json
index a3c646c..62724c3 100644
--- a/src/frontend/src/data/aspire-integrations.json
+++ b/src/frontend/src/data/aspire-integrations.json
@@ -2,7 +2,7 @@
{
"title": "Aspire.Azure.AI.Inference",
"description": "A client for Azure AI Inference SDK that integrates with Aspire, including logging and telemetry.",
- "icon": "https://api.nuget.org/v3-flatcontainer/aspire.azure.ai.inference/13.1.3-preview.1.26166.8/icon",
+ "icon": "https://www.nuget.org/Content/gallery/img/default-package-icon.svg",
"href": "https://www.nuget.org/packages/Aspire.Azure.AI.Inference",
"tags": [
"aspire",
@@ -15,13 +15,13 @@
"inference",
"ai-search"
],
- "downloads": 29905,
- "version": "13.2.0-preview.1.26171.2"
+ "downloads": 30415,
+ "version": "13.2.0-preview.1.26170.3"
},
{
"title": "Aspire.Azure.AI.OpenAI",
"description": "A client for Azure OpenAI that integrates with Aspire, including logging and telemetry.",
- "icon": "https://api.nuget.org/v3-flatcontainer/aspire.azure.ai.openai/13.1.3-preview.1.26166.8/icon",
+ "icon": "https://www.nuget.org/Content/gallery/img/default-package-icon.svg",
"href": "https://www.nuget.org/packages/Aspire.Azure.AI.OpenAI",
"tags": [
"aspire",
@@ -33,13 +33,13 @@
"ai",
"openai"
],
- "downloads": 502635,
- "version"
... (truncated)Reactions are currently unavailable