Skip to content

Commit

Permalink
feat: Add package description for Remora.Discord support package
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Aug 15, 2023
1 parent 776f340 commit db07ed7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<!-- Package Description -->
<Description>
High performance Lavalink wrapper for .NET | Add powerful audio playback to your Remora-based discord bots with this integration for Lavalink4NET. Suitable for end users developing with Remora.
</Description>

<PackageTags>lavalink,lavalink-wrapper,discord,discord-music,discord-music-bot,remora,remora.discord,remora discord</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit db07ed7

Please sign in to comment.