Table of Contents

Class FileHashes

Namespace
McServerLauncher.Models.Modrinth
Assembly
McServerLauncher.dll

Official checksums Modrinth provides for a file, used to verify the download.

public class FileHashes
Inheritance
FileHashes
Inherited Members

Properties

Sha1

[JsonPropertyName("sha1")]
public string? Sha1 { get; set; }

Property Value

string

Sha512

[JsonPropertyName("sha512")]
public string? Sha512 { get; set; }

Property Value

string