11 lines
127 B
C#
11 lines
127 B
C#
7 months ago
|
|
||
|
namespace BuildReportTool
|
||
|
{
|
||
|
|
||
|
public static class Info
|
||
|
{
|
||
|
public const string ReadableVersion = "Build Report Tool v3.5";
|
||
|
}
|
||
|
|
||
|
}
|