Table of Contents

Class LatestVersion

Namespace: CmlLib.Core.VersionMetadata
Assembly: CmlLib.Core.dll

public class LatestVersion

Inheritance

objectLatestVersion

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

string?

Snapshot

[JsonPropertyName("snapshot")]
public string? Snapshot { get; set; }

Property Value

string?