namespace VeloeMinecraftLauncher.Entity.VersionManifest; public class Latest { public string Release { get; set; } public string Snapshot { get; set; } }