Update Microsoft.AspNetCore.OData package reference to support v 9.2.1#1129
Merged
commonsensesoftware merged 3 commits intomainfrom Apr 12, 2025
Merged
Update Microsoft.AspNetCore.OData package reference to support v 9.2.1#1129commonsensesoftware merged 3 commits intomainfrom
commonsensesoftware merged 3 commits intomainfrom
Conversation
commonsensesoftware
requested changes
Apr 11, 2025
Collaborator
commonsensesoftware
left a comment
There was a problem hiding this comment.
Updates to the release notes are missing.
~/src/AspNetCore/OData/src/Asp.Versioning.OData/ReleaseNotes.txt~/src/AspNetCore/OData/src/Asp.Versioning.OData.ApiExplorer/ReleaseNotes.txt
These should have a single line that reads
Support OData 9.0 ([#1103](https://github.com/dotnet/aspnet-api-versioning/issues/1103))
These will then be added as Release Notes in the generated packages.
src/AspNetCore/OData/src/Asp.Versioning.OData/Asp.Versioning.OData.csproj
Outdated
Show resolved
Hide resolved
examples/AspNetCore/OData/ODataAdvancedExample/ODataAdvancedExample.csproj
Outdated
Show resolved
Hide resolved
examples/AspNetCore/OData/ODataBasicExample/ODataBasicExample.csproj
Outdated
Show resolved
Hide resolved
commonsensesoftware
approved these changes
Apr 12, 2025
Collaborator
commonsensesoftware
left a comment
There was a problem hiding this comment.
Looks like this should do it.
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.
Update Microsoft.AspNetCore.OData package reference to support v 9.2.1
Summary of the changes (Less than 80 chars)
Description
Allow Microsoft.AspNetCore.OData v9.2.1.
Fixes #1103