mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-08 06:22:55 +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); |