mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 23:59:48 +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); |