Browse Source

Update icon

Jean-David Moisan 6 năm trước cách đây
mục cha
commit
04b1aa3cf7
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. BIN
      Images/Icon.png
  2. 4 1
      Source/Apos.Gui.csproj

BIN
Images/Icon.png


+ 4 - 1
Source/Apos.Gui.csproj

@@ -9,7 +9,7 @@
     <Company>Vyne Enterprise Inc.</Company>
     <Company>Vyne Enterprise Inc.</Company>
     <Copyright>Copyright 2018</Copyright>
     <Copyright>Copyright 2018</Copyright>
     <PackageTags>gamedev;monogame;ui</PackageTags>
     <PackageTags>gamedev;monogame;ui</PackageTags>
-    <PackageIconUrl>../Images/Icon.png</PackageIconUrl>
+    <PackageIcon>Icon.png</PackageIcon>
     <RepositoryUrl>https://github.com/Apostolique/Apos.Gui</RepositoryUrl>
     <RepositoryUrl>https://github.com/Apostolique/Apos.Gui</RepositoryUrl>
     <PackageProjectUrl>https://github.com/Apostolique/Apos.Gui</PackageProjectUrl>
     <PackageProjectUrl>https://github.com/Apostolique/Apos.Gui</PackageProjectUrl>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -24,4 +24,7 @@
     <PackageReference Include="Optional" Version="4.0.0" />
     <PackageReference Include="Optional" Version="4.0.0" />
     <PackageReference Include="Apos.Input" Version="0.5.1" />
     <PackageReference Include="Apos.Input" Version="0.5.1" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="../Images/Icon.png" Pack="true" PackagePath="" />
+  </ItemGroup>
 </Project>
 </Project>