From f21adf33137d9e845d89c0cedfbeff43a9e4e5d7 Mon Sep 17 00:00:00 2001 From: Alberto Balbo Date: Mon, 22 Dec 2025 15:54:55 +0100 Subject: [PATCH] chore: Bump version to 1.4.0 - Add comprehensive indicators system with configuration --- TradingBot/TradingBot.csproj | 90 ++++++++++++++++++++++++------------ 1 file changed, 60 insertions(+), 30 deletions(-) diff --git a/TradingBot/TradingBot.csproj b/TradingBot/TradingBot.csproj index 2a92db7..d3a43ee 100644 --- a/TradingBot/TradingBot.csproj +++ b/TradingBot/TradingBot.csproj @@ -19,13 +19,13 @@ - 1.0.1 -> 1.1.0 (new feature) - 1.1.0 -> 2.0.0 (breaking change) --> - 1.3.0 - 1.3.0.0 - 1.3.0.0 + 1.4.0 + 1.4.0.0 + 1.4.0.0 TradingBot Automated Crypto Trading Bot with Blazor UI - Copyright © 2024 Alby96 + Copyright © 2024 Alby96 Alby96 Alby96 @@ -46,15 +46,49 @@ Crea automaticamente 3 tag per ogni publish: 1. latest - Sempre ultima versione - 2. {Version} - Versione semantica (es. 1.0.0) - 3. {Version}-{Date} - Versione + timestamp (es. 1.0.0-20241217) + 2. {Version} - Versione semantica (es. 1.3.0) + 3. {Version}-{Date} - Versione + timestamp (es. 1.3.0-20241222) Condizioni di attivazione: - Configuration = Release - Non dentro container Docker - Profilo Docker in uso + - Docker daemon running (verifica disponibilità) --> + + $(ContainerRegistry)/$(ContainerRepository) + $([System.DateTime]::Now.ToString("yyyyMMdd")) + $(Version)-$(BuildDate) + + + + + + + + true + false + + + + + + + + + + + + + + + + + + + + $(ContainerRegistry)/$(ContainerRepository) $([System.DateTime]::Now.ToString("yyyyMMdd")) @@ -62,47 +96,43 @@ - + - - + + - + - - + + - - + + - - + + - + - - - - - - + + + + + + - + - + - + - - - - \ No newline at end of file