Skip to content

Commit

Permalink
Update releasenotes.props
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored Dec 31, 2024
1 parent bf23bb2 commit fbd70c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugins/releasenotes.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.0.0'">
Breaking changes:
* Require .NET 6 +. Drop support for .NET Core 2, 3, and 5.
* Drop dependencies on .NET Core 2 libraries for manually parsing .deps.json. Use the built-in .NET 6 API for this.
* Require .NET >= 8.0
* Drop dependencies on .NET Core 2 libraries for manually parsing .deps.json. Use the built-in .NET 8 API for this.
</PackageReleaseNotes>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.4.0'">
Changes:
Expand Down

0 comments on commit fbd70c7

Please sign in to comment.