Skip to content

Commit

Permalink
Bump Beacon.Sdk; Handled GetUserMessages method exceptions;
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Feb 21, 2023
1 parent d406eaf commit 007f45f
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.2.61</AssemblyVersion>
<Version>1.2.61</Version>
<AssemblyVersion>1.2.62</AssemblyVersion>
<Version>1.2.62</Version>
</PropertyGroup>
<Choose>
<When Condition=" '$(Configuration)' == 'Debug' ">
Expand Down Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="ReactiveUI.Fody" Version="16.4.1" />
<PackageReference Include="AsyncImageLoader.Avalonia" Version="2.4.0" />
<PackageReference Include="Beacon.Sdk" Version="1.0.18" />
<PackageReference Include="Beacon.Sdk" Version="1.0.19" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion atomex.client.core

0 comments on commit 007f45f

Please sign in to comment.