Skip to content

Commit

Permalink
添加nuget包生成信息
Browse files Browse the repository at this point in the history
  • Loading branch information
XeronOwO committed Dec 5, 2023
1 parent d307602 commit 7bddf00
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions QQBot4Sharp/QQBot4Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>10.0</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>QQBot4Sharp</Title>
<Description>一个基于 QQ官方机器人API 的 C# .NET Standard 2.1 异步封装库</Description>
<PackageProjectUrl>https://github.com/XeronOwO/QQBot4Sharp</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/XeronOwO/QQBot4Sharp</RepositoryUrl>
<PackageTags>QQBot4Sharp;QQBot;QQ;Bot</PackageTags>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.1.2-dev-02097" />
Expand Down

0 comments on commit 7bddf00

Please sign in to comment.