Bumping MEAI to stable 9.5.0 versions#9348
Merged
joperezr merged 2 commits intodotnet:release/9.3from May 16, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the Microsoft.Extensions.AI package versions from a preview version to the stable 9.5.0 release and updates the NuGet configuration accordingly.
- Update the version in eng/Versions.props from 9.4.4-preview.1.25259.16 to 9.5.0
- Add new package source entries in NuGet.config to support the updated package
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updated Microsoft.ExtensionsAIVersion to 9.5.0 with a reminder comment |
| NuGet.config | Added new package source entries for dotnet-extensions and its mapping |
Comments suppressed due to low confidence (1)
eng/Versions.props:40
- Please ensure that cgmanifest.json is updated to reflect the new 9.5.0 version if it hasn't been updated yet.
<!-- when updating this, also update cgmanifest.json as it is consumed in templates -->
eerhardt
reviewed
May 16, 2025
| <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" /> | ||
| <add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" /> | ||
| <add key="dotnet9-transport" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9-transport/nuget/v3/index.json" /> | ||
| <add key="dotnet-extensions" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-extensions-988e9ee7/nuget/v3/index.json" /> |
Member
There was a problem hiding this comment.
Since these are on nuget.org now, they should be in dotnet-public, so we shouldn't need this feed, right?
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumping versions of Microsoft.Extensions.AI* to the soon to be released 9.5.0 version.