diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..23ce4fc --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,7 @@ +assembly-versioning-scheme: MajorMinorPatch +mode: ContinuousDelivery +branches: {} +ignore: + sha: [] +merge-message-formats: {} +next-version: 3.0 \ No newline at end of file diff --git a/imagecatalog/ImageCatalog 2.csproj b/imagecatalog/ImageCatalog 2.csproj index ed82cd2..9920d68 100644 --- a/imagecatalog/ImageCatalog 2.csproj +++ b/imagecatalog/ImageCatalog 2.csproj @@ -1,21 +1,22 @@  - - WinExe - net8.0-windows - enable - enable - true - - False - - - - embedded + + WinExe + net8.0-windows + enable + enable + true + False + 3.0.0.0 + 3.0.0.0 + 3.0.0-alpha.58+Branch.develop.Sha.e701ca7f36678380b6354f2e112b7dbdda5f5865 + 3.0.0-alpha0058 + + + embedded + + + embedded - - embedded - - MyApplicationCodeGenerator diff --git a/imagecatalog/MainForm.cs b/imagecatalog/MainForm.cs index 5c71725..52b720c 100644 --- a/imagecatalog/MainForm.cs +++ b/imagecatalog/MainForm.cs @@ -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(); UiUpdateEvent += OnUiUpdateEvent;