mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 22:39:47 +00:00
3 lines
105 B
C#
3 lines
105 B
C#
|
namespace Build.Commands;
|
||
|
|
||
|
public record AppVersion(string VersionText, int Major, int Minor, int Patch);
|