Skip to content

Commit

Permalink
Solved #9 and #10 and added Icon to NET5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
daredloco committed Dec 31, 2020
1 parent c3da68d commit 27ee472
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GitInstallerNET5/GitInstallerNET5/GitInstallerNET5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@
<PackageProjectUrl>https://github.com/daredloco/GitInstaller/</PackageProjectUrl>
<AssemblyVersion>1.9.0.0</AssemblyVersion>
<FileVersion>1.9.0.0</FileVersion>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<None Remove="icon.ico" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
Expand Down
Binary file added GitInstallerNET5/GitInstallerNET5/icon.ico
Binary file not shown.

0 comments on commit 27ee472

Please sign in to comment.