Skip to content

docs(Squad.Agents.AI): update README header to 0.5.1 and multi-target net8/9/10#1354

Open
tamirdresher wants to merge 1 commit into
bradygaster:devfrom
tamirdresher:fix/agents-ai-readme-header-drift
Open

docs(Squad.Agents.AI): update README header to 0.5.1 and multi-target net8/9/10#1354
tamirdresher wants to merge 1 commit into
bradygaster:devfrom
tamirdresher:fix/agents-ai-readme-header-drift

Conversation

@tamirdresher

Copy link
Copy Markdown
Collaborator

The README header currently says the package is 0.1.0-preview and targets net10.0. Actual values in src/Squad.Agents.AI/Squad.Agents.AI.csproj:

  • <Version>0.5.1</Version>
  • <TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>

The multi-target work landed back in 0.2.0; the header just never got refreshed. Brings the one stale sentence in line with the published package.

No other content changes.

The header still says the package is `0.1.0-preview` and targets `net10.0`.
Actual: `<Version>0.5.1</Version>` and `<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>`
since the 0.2.0 multi-target work landed.

No content changes elsewhere - just the header line.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 17, 2026 09:27
@github-actions

Copy link
Copy Markdown
Contributor

🟢 Impact Analysis — PR #1354

Risk tier: 🟢 LOW

📊 Summary

Metric Count
Files changed 1
Files added 0
Files modified 1
Files deleted 0
Modules touched 1

🎯 Risk Factors

  • 1 files changed (≤5 → LOW)
  • 1 module(s) touched (≤1 → LOW)

📦 Modules Affected

root (1 file)
  • src/Squad.Agents.AI/README.md

This report is generated automatically for every PR. See #733 for details.

@github-actions

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit 4bb5d15

PR Scope: 🔧 Infrastructure

⚠️ 2 item(s) to address before review

Status Check Details
Single commit 1 commit — clean history
Not in draft Ready for review
Branch up to date Up to date with dev
Copilot review No Copilot review yet — it may still be processing
Changeset present No source files changed — changeset not required
Scope clean No .squad/ or docs/proposals/ files
No merge conflicts No merge conflicts
Copilot threads resolved No Copilot review threads
CI passing 7 check(s) still running

Files Changed (1 file, +1 −1)

File +/−
src/Squad.Agents.AI/README.md +1 −1

Total: +1 −1


This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Squad.Agents.AI package README header to reflect the current package version and supported target frameworks, aligning documentation with the .csproj metadata.

Changes:

  • Updated README header version from 0.1.0-preview to 0.5.1.
  • Updated README header to reflect multi-targeting net8.0;net9.0;net10.0 instead of only net10.0.

# Squad.Agents.AI

> **Preview package.** `Squad.Agents.AI` is a `0.1.0-preview` NuGet package for early adopters. It targets `net10.0` and depends on preview Microsoft Agent Framework / GitHub Copilot SDK packages, so APIs may change before a stable release.
> **Preview package.** `Squad.Agents.AI` is a `0.5.1` preview NuGet package for early adopters. It multi-targets `net8.0`, `net9.0`, and `net10.0`, and depends on preview Microsoft Agent Framework / GitHub Copilot SDK packages, so APIs may change before a stable release.
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.

2 participants