-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBotListAPI.csproj
More file actions
25 lines (22 loc) · 1.07 KB
/
Copy pathBotListAPI.csproj
File metadata and controls
25 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Builderb (Fluxpoint Development)</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Fluxpoint Development</Company>
<Version>5.5.5</Version>
<PackageLicenseUrl></PackageLicenseUrl>
<Copyright>Copyright 2023 Fluxpoint Development</Copyright>
<RepositoryUrl>https://github.com/botblock/BotListAPI</RepositoryUrl>
<PackageProjectUrl>https://docs.fluxpoint.dev/botlistapi/</PackageProjectUrl>
<PackageTags>discord</PackageTags>
<Description>A C# lib for all of the Discord bot list APIs</Description>
<PackageReleaseNotes>Fix bidirectional bot name#tag in user-agent header.</PackageReleaseNotes>
<RootNamespace>BotListAPI</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net.WebSocket" Version="2.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>