CyberBits/CyberBits.Common/CBConsts.cs
2026-04-24 08:34:12 -04:00

8 lines
273 B
C#

namespace CyberBits.Common;
public struct CBConsts
{
// Ignore VSCode if it complains about "ThisAssembly" not being found.
public const string VERSION =
$"{ThisAssembly.Git.SemVer.Major}.{ThisAssembly.Git.SemVer.Minor}.{ThisAssembly.Git.SemVer.Patch}";
}