mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Add Release Version Embedding
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using FCPModUpdater;
|
||||
using FCPModUpdater.Commands;
|
||||
using Spectre.Console;
|
||||
using Spectre.Console.Cli;
|
||||
@@ -8,7 +9,7 @@ var app = new CommandApp();
|
||||
app.Configure(config =>
|
||||
{
|
||||
config.SetApplicationName("fcp-mod-manager");
|
||||
config.SetApplicationVersion("1.0.0");
|
||||
config.SetApplicationVersion(AppVersion.InformationalVersion);
|
||||
config.SetInterceptor(new GitRequiredInterceptor());
|
||||
|
||||
config.AddCommand<ScanCommand>("scan")
|
||||
|
||||
Reference in New Issue
Block a user