Versioning
This commit is contained in:
parent
328f6f166a
commit
5c1a49811a
15 changed files with 112 additions and 97 deletions
9
src/isnd/Helpers/SiteHelpers.cs
Normal file
9
src/isnd/Helpers/SiteHelpers.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace isnd.Helpers
|
||||
{
|
||||
public static class SiteHelpers
|
||||
{
|
||||
public static string SemVer {
|
||||
get => GitVersionInformation.SemVer;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue