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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UpgradeNote` class within the `Grafeas.V1` namespace, specifically version 2.3.0."],["The `UpgradeNote` class represents a potential software package upgrade to a newer version, with specific handling for different operating systems like Windows."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing standard object methods."],["Key properties of the `UpgradeNote` class include `Distributions`, `Package`, `Version`, and `WindowsUpdate`, allowing for detailed upgrade information for various OS and package versions."],["The documentation covers multiple versions of Grafeas.V1 in addition to the page's primary version, 2.3.0, with the latest version being 3.7.0."]]],[]]