From 00e8ea61f9279fd5098b31f5950991f9f61c7f09 Mon Sep 17 00:00:00 2001 From: Igor Matsak Date: Wed, 22 Mar 2023 21:46:19 +0300 Subject: [PATCH] Fix ATM-411 --- Atomex.Client.Desktop.csproj | 4 ++-- Atomex.Client.Desktop.sln | 15 +++++++++++++++ atomex.client.core | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Atomex.Client.Desktop.csproj b/Atomex.Client.Desktop.csproj index 67ac8ef1..42fef848 100644 --- a/Atomex.Client.Desktop.csproj +++ b/Atomex.Client.Desktop.csproj @@ -6,8 +6,8 @@ true Resources/Images/atomex_logo_256x256_ico.ico - 1.3.2 - 1.3.2 + 1.3.3 + 1.3.3 diff --git a/Atomex.Client.Desktop.sln b/Atomex.Client.Desktop.sln index 817e0bb7..838e8d24 100644 --- a/Atomex.Client.Desktop.sln +++ b/Atomex.Client.Desktop.sln @@ -41,6 +41,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atomex.Blockchain.Tezos", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atomex.Tests", "atomex.client.core\Atomex.Tests\Atomex.Tests.csproj", "{3907CA8F-3816-4CDA-BD04-FEB296C0002D}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiteDB", "atomex.client.core\LiteDB\LiteDB\LiteDB.csproj", "{5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -264,6 +266,18 @@ Global {3907CA8F-3816-4CDA-BD04-FEB296C0002D}.Release|x64.Build.0 = Release|Any CPU {3907CA8F-3816-4CDA-BD04-FEB296C0002D}.Release|x86.ActiveCfg = Release|Any CPU {3907CA8F-3816-4CDA-BD04-FEB296C0002D}.Release|x86.Build.0 = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|x64.ActiveCfg = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|x64.Build.0 = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|x86.ActiveCfg = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Debug|x86.Build.0 = Debug|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|Any CPU.Build.0 = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|x64.ActiveCfg = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|x64.Build.0 = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|x86.ActiveCfg = Release|Any CPU + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -285,6 +299,7 @@ Global {67D825D2-D5BC-4027-B5E5-7B7E3AD4C3A1} = {6165844F-33D3-433A-91B8-62481908D2C7} {D8A24924-3C1D-4397-A9CF-1F1E99143481} = {6165844F-33D3-433A-91B8-62481908D2C7} {3907CA8F-3816-4CDA-BD04-FEB296C0002D} = {6165844F-33D3-433A-91B8-62481908D2C7} + {5EEDB7C1-ADFA-491A-9C34-408AD1AEEC1E} = {6165844F-33D3-433A-91B8-62481908D2C7} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {8A77B597-6CC1-4B27-A6A6-F5740970481E} diff --git a/atomex.client.core b/atomex.client.core index 81184d57..04e45dfc 160000 --- a/atomex.client.core +++ b/atomex.client.core @@ -1 +1 @@ -Subproject commit 81184d5778ad7d727a4dd75fd75f04da812b0946 +Subproject commit 04e45dfce67f5d6ccb091be804ffb0a4ca6d4274