mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-29 01:08:51 +00:00
added updater
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
namespace WeModPatcher
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace WeModPatcher
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string RepositoryUrl = "https://github.com/k1tbyte/Wemod-Patcher";
|
||||
public const string RepoName = "Wemod-Patcher";
|
||||
public const string Owner = "k1tbyte";
|
||||
public static readonly string RepositoryUrl = $"https://github.com/{Owner}/{RepoName}";
|
||||
public static readonly Version Version;
|
||||
|
||||
static Constants()
|
||||
{
|
||||
Version = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user