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
Open
docs(Squad.Agents.AI): update README header to 0.5.1 and multi-target net8/9/10#1354tamirdresher wants to merge 1 commit into
tamirdresher wants to merge 1 commit into
Conversation
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>
Contributor
🟢 Impact Analysis — PR #1354Risk tier: 🟢 LOW 📊 Summary
🎯 Risk Factors
📦 Modules Affectedroot (1 file)
This report is generated automatically for every PR. See #733 for details. |
Contributor
🛫 PR Readiness Check
PR Scope: 🔧 Infrastructure
|
| 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.
Contributor
There was a problem hiding this comment.
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-previewto0.5.1. - Updated README header to reflect multi-targeting
net8.0;net9.0;net10.0instead of onlynet10.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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README header currently says the package is
0.1.0-previewand targetsnet10.0. Actual values insrc/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.