Class PackageVersionCheckerService.LatestStableVersionResult
Inheritance
object
PackageVersionCheckerService.LatestStableVersionResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Version
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class PackageVersionCheckerService.LatestStableVersionResult
Constructors
LatestStableVersionResult()
Declaration
public LatestStableVersionResult()
Properties
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReleaseDate
Declaration
public DateTime? ReleaseDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |