Versioning

This commit is contained in:
Paul Schneider 2022-04-17 20:36:28 +01:00
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;
}
}
}