Skip to content

Commit

Permalink
添加新图标
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSpring114 committed Dec 16, 2023
1 parent c8bc33d commit 79cdc4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added MinecraftLaunch/.nuget/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion MinecraftLaunch/MinecraftLaunch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<PackageIcon>logo.png</PackageIcon>
<Authors>Blessing-Studio</Authors>
<LangVersion>latest</LangVersion>
<Title>MinecraftLaunch</Title>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.0-pre7" />
</ItemGroup>

<ItemGroup>
<None Include=".nuget\logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 79cdc4e

Please sign in to comment.