Class ToolUpdate
- Namespace
- JD.AI.Core.Installation
- Assembly
- JD.AI.Core.dll
Individual tool update information.
public sealed record ToolUpdate : IEquatable<ToolUpdate>
- Inheritance
-
ToolUpdate
- Implements
- Inherited Members
Constructors
ToolUpdate(InstalledTool, string?, bool)
Individual tool update information.
public ToolUpdate(InstalledTool Tool, string? LatestVersion, bool IsNewer)
Parameters
ToolInstalledToolLatestVersionstringIsNewerbool
Properties
CurrentVersion
public string CurrentVersion { get; }
Property Value
IsNewer
public bool IsNewer { get; init; }
Property Value
LatestVersion
public string? LatestVersion { get; init; }
Property Value
LatestVersionOrCurrent
public string LatestVersionOrCurrent { get; }
Property Value
Tool
public InstalledTool Tool { get; init; }