Skip to content

Commit

Permalink
Add package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding committed Jan 31, 2023
1 parent 94a75ab commit ccb23bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WinUI3Localizer/WinUI3Localizer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TargetFrameworks>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand Down Expand Up @@ -30,6 +30,7 @@
<Copyright>Copyright (c) Andrew KeepCoding 2023</Copyright>
<Authors>Andrew KeepCoding</Authors>
<PackageReadMeFile>README.md</PackageReadMeFile>
<PackageIcon>winui.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -40,6 +41,7 @@

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\winui.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added winui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ccb23bd

Please sign in to comment.