Bump version to 0.3.1 and update repository links - #7
Merged
Conversation
…tadata and READMEs
There was a problem hiding this comment.
Pull request overview
This PR prepares a metadata-only patch release (v0.3.1) for the four lockstep Andes.Extensions.AI packages by updating package versions and correcting repository/documentation links, without changing any source code behavior.
Changes:
- Bumped package versions to
0.3.1acrossAndes.Extensions.AI,Andes.Extensions.AI.Mcp,Andes.Extensions.AI.Agent, andAndes.Extensions.AI.UI. - Updated all package
<RepositoryUrl>values to the current GitHub repository. - Improved README and release notes links (NuGet links in the root README; updated docs links in satellite package READMEs; added
releases/v0.3.1.md).
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
releases/v0.3.1.md |
Adds 0.3.1 release notes describing the metadata-only release and link corrections. |
README.md |
Adds direct NuGet links for the satellite packages in MCP/Agent/UI sections. |
Andes.Extensions.AI/Andes.Extensions.AI.csproj |
Bumps version to 0.3.1 and updates <RepositoryUrl> to the current repo. |
Andes.Extensions.AI.Mcp/Andes.Extensions.AI.Mcp.csproj |
Bumps version to 0.3.1 and updates <RepositoryUrl>. |
Andes.Extensions.AI.Mcp/README.md |
Updates “repository docs” link to the current repo’s docs. |
Andes.Extensions.AI.Agent/Andes.Extensions.AI.Agent.csproj |
Bumps version to 0.3.1 and updates <RepositoryUrl>. |
Andes.Extensions.AI.Agent/README.md |
Updates “repository docs” link to the current repo’s docs. |
Andes.Extensions.AI.UI/Andes.Extensions.AI.UI.csproj |
Bumps version to 0.3.1 and updates <RepositoryUrl>. |
Andes.Extensions.AI.UI/README.md |
Updates “repository docs” link to the current repo’s docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request is a metadata-only patch release (v0.3.1) for the four lockstep packages:
Andes.Extensions.AI,Andes.Extensions.AI.Mcp,Andes.Extensions.AI.Agent, andAndes.Extensions.AI.UI. There are no code or behavioral changes. The updates focus on correcting repository links, updating documentation references, and ensuring the README files link to the correct NuGet packages.Versioning and repository metadata:
0.3.1to maintain lockstep versioning. [1] [2] [3] [4]<RepositoryUrl>in all.csprojfiles is updated to point to the current repository (https://github.com/Andes-Software-Solutions/Andes.Extensions.AI). [1] [2] [3] [4]Documentation and README improvements:
README.mdnow includes direct links to each satellite package's NuGet page in the MCP, Agent, and UI sections. [1] [2] [3]Release notes:
releases/v0.3.1.mdfile summarizing these metadata and documentation changes, clarifying that there are no code or API updates in this release.…tadata and READMEs