public sealed class UpgradeNote : IMessage<UpgradeNote>, IEquatable<UpgradeNote>, IDeepCloneable<UpgradeNote>, IBufferMessage, IMessage
An Upgrade Note represents a potential upgrade of a package to a given
version. For each package version combination (i.e. bash 4.0, bash 4.1,
bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field
represents the information related to the update.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpgradeNote\u003c/code\u003e class represents a potential software package upgrade to a specific version and is applicable to multiple package version combinations.\u003c/p\u003e\n"],["\u003cp\u003eThis class is implemented with interfaces \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpgradeNote\u003c/code\u003e contains properties such as \u003ccode\u003eDistributions\u003c/code\u003e, \u003ccode\u003ePackage\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e, used for non-Windows operating systems, along with \u003ccode\u003eWindowsUpdate\u003c/code\u003e, used for Windows operating systems.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage covers versions from 2.2.0 up to 3.7.0 of the \u003ccode\u003eUpgradeNote\u003c/code\u003e documentation, with 3.7.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]