From 276de0630536ecf993fbcd74b6e302b8a24709e0 Mon Sep 17 00:00:00 2001 From: Damian Viktorovich Morozov Date: Sun, 23 Feb 2025 20:32:57 +0300 Subject: [PATCH] Version updated to v.0.6.020 --- Core/TgDownloaderDesktop.Core/TgDownloaderDesktop.Core.csproj | 2 +- Core/TgInfrastructure/TgInfrastructure.csproj | 2 +- Core/TgStorage/TgStorage.csproj | 2 +- Presentation/TgDownloaderBlazor/TgDownloaderBlazor.csproj | 2 +- Presentation/TgDownloaderConsole/TgDownloaderConsole.csproj | 2 +- Presentation/TgDownloaderDesktop/TgDownloaderDesktop.csproj | 2 +- .../TgDownloaderWinDesktopWPF/TgDownloaderWinDesktopWPF.csproj | 2 +- Tests/TgAssertCoreTests/TgAssertCoreTests.csproj | 2 +- Tests/TgDownloaderConsoleTest/TgDownloaderConsoleTest.csproj | 2 +- .../TgDownloaderDesktop.Tests.MSTest.csproj | 2 +- Tests/TgDownloaderTest/TgDownloaderTest.csproj | 2 +- Tests/TgStorageTest/TgStorageTest.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Core/TgDownloaderDesktop.Core/TgDownloaderDesktop.Core.csproj b/Core/TgDownloaderDesktop.Core/TgDownloaderDesktop.Core.csproj index 6a0b2b19..b92e8849 100644 --- a/Core/TgDownloaderDesktop.Core/TgDownloaderDesktop.Core.csproj +++ b/Core/TgDownloaderDesktop.Core/TgDownloaderDesktop.Core.csproj @@ -5,7 +5,7 @@ AnyCPU;x64;x86 x86;x64;arm64;AnyCPU enable - 0.5.440.0 + 0.6.20.0 diff --git a/Core/TgInfrastructure/TgInfrastructure.csproj b/Core/TgInfrastructure/TgInfrastructure.csproj index c852b108..73cb9b97 100644 --- a/Core/TgInfrastructure/TgInfrastructure.csproj +++ b/Core/TgInfrastructure/TgInfrastructure.csproj @@ -4,7 +4,7 @@ enable enable AnyCPU;x86;x64 - 0.5.440.0 + 0.6.20.0 none diff --git a/Core/TgStorage/TgStorage.csproj b/Core/TgStorage/TgStorage.csproj index ab20055c..84b62c17 100644 --- a/Core/TgStorage/TgStorage.csproj +++ b/Core/TgStorage/TgStorage.csproj @@ -3,7 +3,7 @@ net9.0 enable enable - 0.5.440.0 + 0.6.20.0 AnyCPU;x64;x86 diff --git a/Presentation/TgDownloaderBlazor/TgDownloaderBlazor.csproj b/Presentation/TgDownloaderBlazor/TgDownloaderBlazor.csproj index f504b930..8b06bf56 100644 --- a/Presentation/TgDownloaderBlazor/TgDownloaderBlazor.csproj +++ b/Presentation/TgDownloaderBlazor/TgDownloaderBlazor.csproj @@ -9,7 +9,7 @@ acec7ca6-caa9-470e-96aa-3f14f080d6bd Linux ..\.. - 0.6.10.0 + 0.6.20.0 diff --git a/Presentation/TgDownloaderConsole/TgDownloaderConsole.csproj b/Presentation/TgDownloaderConsole/TgDownloaderConsole.csproj index 376e9f28..1010ad1e 100644 --- a/Presentation/TgDownloaderConsole/TgDownloaderConsole.csproj +++ b/Presentation/TgDownloaderConsole/TgDownloaderConsole.csproj @@ -9,7 +9,7 @@ applicationIcon.ico Linux ..\.. - 0.6.10.0 + 0.6.20.0 full diff --git a/Presentation/TgDownloaderDesktop/TgDownloaderDesktop.csproj b/Presentation/TgDownloaderDesktop/TgDownloaderDesktop.csproj index fb383162..7b2ac21f 100644 --- a/Presentation/TgDownloaderDesktop/TgDownloaderDesktop.csproj +++ b/Presentation/TgDownloaderDesktop/TgDownloaderDesktop.csproj @@ -14,7 +14,7 @@ true true true - 0.6.10.0 + 0.6.20.0 10.0.19041.0 True True diff --git a/Presentation/TgDownloaderWinDesktopWPF/TgDownloaderWinDesktopWPF.csproj b/Presentation/TgDownloaderWinDesktopWPF/TgDownloaderWinDesktopWPF.csproj index ff62c252..e4f0a047 100644 --- a/Presentation/TgDownloaderWinDesktopWPF/TgDownloaderWinDesktopWPF.csproj +++ b/Presentation/TgDownloaderWinDesktopWPF/TgDownloaderWinDesktopWPF.csproj @@ -7,7 +7,7 @@ app.manifest applicationIcon.ico AnyCPU;x64;x86 - 0.6.10.0 + 0.6.20.0 none diff --git a/Tests/TgAssertCoreTests/TgAssertCoreTests.csproj b/Tests/TgAssertCoreTests/TgAssertCoreTests.csproj index 37db0238..bf7ab13c 100644 --- a/Tests/TgAssertCoreTests/TgAssertCoreTests.csproj +++ b/Tests/TgAssertCoreTests/TgAssertCoreTests.csproj @@ -3,7 +3,7 @@ net9.0 enable enable - 0.6.10.0 + 0.6.20.0 AnyCPU;x64;x86 diff --git a/Tests/TgDownloaderConsoleTest/TgDownloaderConsoleTest.csproj b/Tests/TgDownloaderConsoleTest/TgDownloaderConsoleTest.csproj index bd72e140..61f3f3d1 100644 --- a/Tests/TgDownloaderConsoleTest/TgDownloaderConsoleTest.csproj +++ b/Tests/TgDownloaderConsoleTest/TgDownloaderConsoleTest.csproj @@ -4,7 +4,7 @@ enable enable false - 0.6.10.0 + 0.6.20.0 AnyCPU;x64;x86 diff --git a/Tests/TgDownloaderDesktop.Tests.MSTest/TgDownloaderDesktop.Tests.MSTest.csproj b/Tests/TgDownloaderDesktop.Tests.MSTest/TgDownloaderDesktop.Tests.MSTest.csproj index c5232b7b..998a2838 100644 --- a/Tests/TgDownloaderDesktop.Tests.MSTest/TgDownloaderDesktop.Tests.MSTest.csproj +++ b/Tests/TgDownloaderDesktop.Tests.MSTest/TgDownloaderDesktop.Tests.MSTest.csproj @@ -9,7 +9,7 @@ true true resources.pri - 0.6.10.0 + 0.6.20.0 diff --git a/Tests/TgDownloaderTest/TgDownloaderTest.csproj b/Tests/TgDownloaderTest/TgDownloaderTest.csproj index bd72e140..61f3f3d1 100644 --- a/Tests/TgDownloaderTest/TgDownloaderTest.csproj +++ b/Tests/TgDownloaderTest/TgDownloaderTest.csproj @@ -4,7 +4,7 @@ enable enable false - 0.6.10.0 + 0.6.20.0 AnyCPU;x64;x86 diff --git a/Tests/TgStorageTest/TgStorageTest.csproj b/Tests/TgStorageTest/TgStorageTest.csproj index f008cfd2..b13bfc31 100644 --- a/Tests/TgStorageTest/TgStorageTest.csproj +++ b/Tests/TgStorageTest/TgStorageTest.csproj @@ -4,7 +4,7 @@ enable enable false - 0.6.10.0 + 0.6.20.0 AnyCPU;x64;x86