Skip to main content

UpdateChangelogParams

Namespace: Busy.Bar

Firmware version to get the changelog for.

public sealed record class UpdateChangelogParams : System.IEquatable`1[[Busy.Bar.UpdateChangelogParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → UpdateChangelogParams
Implements IEquatable<UpdateChangelogParams>
Attributes NullableContextAttribute, NullableAttribute

Properties

Version

Firmware version, e.g. 1.2.3.

public string Version { get; init; }

Property Value

String

Constructors

UpdateChangelogParams(String)

Firmware version to get the changelog for.

public UpdateChangelogParams(string Version)

Parameters

Version String
Firmware version, e.g. 1.2.3.