Added gitversion
This commit is contained in:
parent
e701ca7f36
commit
058b573d48
3 changed files with 24 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue