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
Properties
Build
public int Build { get; init; }
Property Value
FileName
public string FileName { get; init; }
Property Value
Sha256
public string Sha256 { get; init; }
Property Value
Url
public string Url { get; init; }
Property Value
Version
public string Version { get; init; }