9 lines
No EOL
171 B
C#
9 lines
No EOL
171 B
C#
namespace isnd.Helpers
|
|
{
|
|
public static class SiteHelpers
|
|
{
|
|
public static string SemVer {
|
|
get => GitVersionInformation.SemVer;
|
|
}
|
|
}
|
|
} |