Skip to content

Commit

Permalink
Fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Apr 23, 2021
1 parent 63b054a commit 7a5bc0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion SharpPusher/SharpPusher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
<Version>0.11.0</Version>
<ApplicationIcon>Assets\PusherIcon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<AvaloniaResource Include="Assets\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autarkysoft.Bitcoin" Version="0.12.0" />
<PackageReference Include="Avalonia" Version="0.10.0" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions SharpPusher/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:vm="clr-namespace:SharpPusher.ViewModels;assembly=SharpPusher"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="650"
x:Class="SharpPusher.Views.MainWindow"
Icon="/Assets/PusherIcon.ico"
Height="650"
Width="800"
FontSize="14"
Expand Down

0 comments on commit 7a5bc0f

Please sign in to comment.