Click or drag to resize
ModVersionExtra Property
An additional text part of your version. If it is overriden, it will be appended to Version when a version is printed, with a '-' in between.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual string VersionExtra { get; }

Property Value

Type: String
Examples
Set this to "beta" to indicate a beta version.
See Also