7 lines
130 B
C#
7 lines
130 B
C#
|
|
namespace BuildReportTool
|
||
|
|
{
|
||
|
|
public static class Info
|
||
|
|
{
|
||
|
|
public const string ReadableVersion = "Build Report Tool v3.10.1";
|
||
|
|
}
|
||
|
|
}
|