Skip to content

Commit

Permalink
Fix ProjectRoot; Add IsPackable; Add VLink back
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Sep 12, 2023
1 parent 8e70bda commit 786071d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>discord, discord-bot, discord-api, dsharpplus, discord-voice, dsharpplus-voicenext, dsharpplus-voicelink</PackageTags>
<ProjectRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), "HyperSharp.sln"))</ProjectRoot>
<ProjectRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), "DSharpPlus.VoiceLink.sln"))</ProjectRoot>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/OoLunar/DSharpPlus.VoiceLink</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>OoLunar.DSharpPlus.VoiceLink.Natives.Opus</PackageId>
<Description>Provides the dynamic library files for Opus.</Description>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<Content Include="../../libs/libopus/*" Pack="true" PackagePath="lib/$(TargetFramework)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>OoLunar.DSharpPlus.VoiceLink.Natives.Sodium</PackageId>
<Description>Provides the dynamic library files for Sodium.</Description>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<Content Include="../../libs/libsodium/*" Pack="true" PackagePath="lib/$(TargetFramework)" />
Expand Down
7 changes: 7 additions & 0 deletions src/DSharpPlus.VoiceLink/DSharpPlus.VoiceLink.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>OoLunar.DSharpPlus.VoiceLink</PackageId>
<Description>An updated voice extension for the DSharpPlus Discord library.</Description>
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>

0 comments on commit 786071d

Please sign in to comment.