We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19306df commit 5dc2bd9Copy full SHA for 5dc2bd9
NebulaPatcher/PluginInfo.cs
@@ -35,10 +35,10 @@ internal static class PluginInfo
35
/// Version of the plugin. Must be in form <major>.<minor>.<build>.<revision>.
36
/// Major and minor versions are mandatory, but build and revision can be left unspecified.
37
/// </summary>
38
- public const string PLUGIN_VERSION = "0.2.1";
+ public const string PLUGIN_VERSION = "0.3.0";
39
40
public static string PLUGIN_SHORT_SHA = new string(FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion.Split('+')[1].Take(7).ToArray());
41
42
public static string PLUGIN_VERSION_WITH_SHORT_SHA = $"v{PLUGIN_VERSION}-{PLUGIN_SHORT_SHA}";
43
}
44
-}
+}
0 commit comments