Class UpdateInfo
Information about an available update.
public record UpdateInfo : IEquatable<UpdateInfo>
- Inheritance
-
UpdateInfo
- Implements
- Inherited Members
Constructors
UpdateInfo(Version, Version)
Information about an available update.
public UpdateInfo(Version CurrentVersion, Version LatestVersion)
Parameters
Properties
CurrentVersion
public Version CurrentVersion { get; init; }
Property Value
LatestVersion
public Version LatestVersion { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.