Added gitversion

This commit is contained in:
MaddoScientisto 2024-10-14 21:27:12 +02:00
commit 058b573d48
3 changed files with 24 additions and 16 deletions

View file

@ -41,7 +41,7 @@ namespace ImageCatalog
_btnCreaCatalogoAsync.Name = "btnCreaCatalogoAsync";
var version = Assembly.GetExecutingAssembly().GetName().Version;
_Label27.Text = $"Version: {version.Major}.{version.Minor}.{version.Build}";
_Label27.Text = $"Version: {version.Major}.{version.Minor}.{version.Build}.{version.Revision}";
_results = new ConcurrentBag<string>();
UiUpdateEvent += OnUiUpdateEvent;