Class LatestVersion
Namespace: CmlLib.Core.VersionMetadata
Assembly: CmlLib.Core.dll
public class LatestVersion
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Release
[JsonPropertyName("release")]
public string? Release { get; set; }
Property Value
Snapshot
[JsonPropertyName("snapshot")]
public string? Snapshot { get; set; }