Table of Contents

Class UpdateInfo

Namespace
JD.AI.Daemon.Services
Assembly
JD.AI.Daemon.dll

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

CurrentVersion Version
LatestVersion Version

Properties

CurrentVersion

public Version CurrentVersion { get; init; }

Property Value

Version

LatestVersion

public Version LatestVersion { get; init; }

Property Value

Version

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.