6 lines
87 B
C#
6 lines
87 B
C#
|
static class ThisAssembly
|
||
|
{
|
||
|
public const string Version = Consts.FxVersion;
|
||
|
}
|
||
|
|