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
Properties
Notes
public string Notes { get; init; }
Property Value
Version
public string Version { get; init; }