Skip to content

Commit

Permalink
完善项目信息
Browse files Browse the repository at this point in the history
  • Loading branch information
JWJUN233233 committed Oct 28, 2023
1 parent bebd455 commit e565224
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion MinecraftLaunch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>MinecraftLaunch</Title>
<Authors>Xilu</Authors>
<Authors>Xilu;Ddggdd135</Authors>
<Company>Blessing Studio</Company>
<Description>下一代全能高效化的 Minecraft 启动核心</Description>
<PackageIcon>icon-1.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackAsTool>False</PackAsTool>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>Minecraft</PackageTags>
<RepositoryUrl>https://github.com/Blessing-Studio/MinecraftLaunch</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,4 +29,10 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit e565224

Please sign in to comment.