Skip to content

Commit

Permalink
Fix ATM-411
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Mar 22, 2023
1 parent 5e768f7 commit 00e8ea6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Atomex.Client.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<UseAppHost>true</UseAppHost>
<ApplicationIcon>Resources/Images/atomex_logo_256x256_ico.ico</ApplicationIcon>

<AssemblyVersion>1.3.2</AssemblyVersion>
<Version>1.3.2</Version>
<AssemblyVersion>1.3.3</AssemblyVersion>
<Version>1.3.3</Version>
</PropertyGroup>
<Choose>
<When Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
15 changes: 15 additions & 0 deletions Atomex.Client.Desktop.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion atomex.client.core

0 comments on commit 00e8ea6

Please sign in to comment.