Versioning

This commit is contained in:
2022-04-17 20:36:28 +01:00
parent 328f6f166a
commit 5c1a49811a
15 changed files with 112 additions and 97 deletions

View File

@ -0,0 +1,9 @@
namespace isnd.Helpers
{
public static class SiteHelpers
{
public static string SemVer {
get => GitVersionInformation.SemVer;
}
}
}