HumanoidRetargeter/CoreInfo.cs

Static class that holds a single constant with the package version string.

namespace HumanoidRetargeter;

public static class CoreInfo
{
    public const string Version = "0.1.0";
}