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."],[[["This webpage provides documentation for the `UpgradeNote` class within the `Grafeas.V1` namespace, specifically version 2.2.0."],["`UpgradeNote` represents a potential software package upgrade to a specific version, with distinct handling for Windows and non-Windows operating systems."],["The `UpgradeNote` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality checks, and deep cloning."],["Key properties of the `UpgradeNote` class include `Distributions` (upgrade metadata for different OS), `Package` (package name), `Version` (package version), and `WindowsUpdate` (Windows-specific update metadata)."],["There are several versions of this document available to view, ranging from 2.2.0 all the way to 3.7.0."]]],[]]