.NET: Bump package version to 1.80.0 - #14301
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 76473d08-fe9c-4aa1-9b18-c325b1e71672
There was a problem hiding this comment.
Pull request overview
Updates the centralized .NET NuGet package versioning properties to prepare the repository for the 1.80.0 release.
Changes:
- Bumped
<VersionPrefix>from1.79.0to1.80.0. - Updated
<PackageValidationBaselineVersion>from1.78.0to1.79.0to reflect the latest published version on NuGet.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
MAF Automated Review — Iteration 1
Result: No findings
Scope: full PR (1 commit(s)): 32935069f801
Model: claude-opus-4.8
Overview
This PR is a mechanical, centralized release-prep bump in dotnet/nuget/nuget-package.props: VersionPrefix 1.79.0 -> 1.80.0 and PackageValidationBaselineVersion 1.78.0 -> 1.79.0. The change is internally consistent and low risk -- the new baseline (1.79.0) is genuinely published on NuGet across the package ecosystem, the target version (1.80.0) is not yet published, and the "baseline lags prefix by one minor" pattern matches every prior release commit. The single central property is the sole source of truth, so all packable projects inherit the bump uniformly with no stray hardcoded versions left behind. No publishable concern survived reconciliation.
Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 76473d08-fe9c-4aa1-9b18-c325b1e71672
Bumps .NET packages to 1.80.0 and removes obsolete API compatibility suppressions.