Table of Contents

Struct Changelog.Section

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

A version and its localized notes.

public readonly record struct Changelog.Section : IEquatable<Changelog.Section>
Implements
Inherited Members

Constructors

Section(string, string)

A version and its localized notes.

public Section(string Version, string Notes)

Parameters

Version string
Notes string

Properties

Notes

public string Notes { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string