Skip to content

Commit

Permalink
Fix Tezos operation batcher, fix bug with Tezos operation sending aft…
Browse files Browse the repository at this point in the history
…er signout/signin, update version to 1.3.7
  • Loading branch information
matsakiv committed May 25, 2023
1 parent 7649627 commit 0ca4e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.6</AssemblyVersion>
<Version>1.3.6</Version>
<AssemblyVersion>1.3.7</AssemblyVersion>
<Version>1.3.7</Version>
</PropertyGroup>
<Choose>
<When Condition=" '$(Configuration)' == 'Debug' ">
Expand Down Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.15" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="0.10.13.3" />
<PackageReference Include="Avalonia.Svg.Skia" Version="0.10.13" />
<PackageReference Include="Beacon.Sdk" Version="1.0.24" />
<PackageReference Include="Beacon.Sdk" Version="1.0.25" />
<PackageReference Include="DialogHost.Avalonia" Version="0.4.0" />
<PackageReference Include="Deadpikle.AvaloniaProgressRing" Version="0.9.0" />
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" Version="2.0.7" />
Expand Down

0 comments on commit 0ca4e17

Please sign in to comment.