Table of Contents

Class GeyserDownloadsApi.Artifact

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

One published artifact: which build it came from, and how to verify it.

public record GeyserDownloadsApi.Artifact : IEquatable<GeyserDownloadsApi.Artifact>
Inheritance
GeyserDownloadsApi.Artifact
Implements
Inherited Members

Constructors

Artifact(string, int, string, string, string)

One published artifact: which build it came from, and how to verify it.

public Artifact(string Version, int Build, string FileName, string Url, string Sha256)

Parameters

Version string
Build int
FileName string
Url string
Sha256 string

Properties

Build

public int Build { get; init; }

Property Value

int

FileName

public string FileName { get; init; }

Property Value

string

Sha256

public string Sha256 { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string