Skip to content

Commit

Permalink
#1 Shared\Packages - Update to DSharpPlus 5 Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudTheWolf committed Dec 9, 2023
1 parent 395c02f commit 84df3b9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 215 deletions.
76 changes: 0 additions & 76 deletions CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests/BotTests.cs

This file was deleted.

This file was deleted.

76 changes: 0 additions & 76 deletions CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests/ShardBotTests.cs

This file was deleted.

10 changes: 0 additions & 10 deletions CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests/Usings.cs

This file was deleted.

6 changes: 0 additions & 6 deletions CloudTheWolf.DSharpPlus.Scaffolding.Shared.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudTheWolf.DSharpPlus.Scaffolding.Shared", "CloudTheWolf.DSharpPlus.Scaffolding.Shared\CloudTheWolf.DSharpPlus.Scaffolding.Shared.csproj", "{FA98CAD9-B490-4C4E-AAA8-B755A6DDD3F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests", "CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests\CloudTheWolf.DSharpPlus.Scaffolding.Shared.Tests.csproj", "{0E3D2790-DB28-4BF5-BBB0-843B73A35457}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -17,10 +15,6 @@ Global
{FA98CAD9-B490-4C4E-AAA8-B755A6DDD3F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA98CAD9-B490-4C4E-AAA8-B755A6DDD3F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA98CAD9-B490-4C4E-AAA8-B755A6DDD3F6}.Release|Any CPU.Build.0 = Release|Any CPU
{0E3D2790-DB28-4BF5-BBB0-843B73A35457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E3D2790-DB28-4BF5-BBB0-843B73A35457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E3D2790-DB28-4BF5-BBB0-843B73A35457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E3D2790-DB28-4BF5-BBB0-843B73A35457}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<DebugType>embedded</DebugType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand All @@ -10,7 +10,7 @@
<Copyright>© 2021 CloudTheWolf Ltd</Copyright>
<Description>Shared Interfaces for CloudTheWolf.DSharpPlus.Scaffolding</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyVersion>2.1.1.2</AssemblyVersion>
<AssemblyVersion>3.0.0.1</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Version>$(AssemblyVersion)-beta</Version>
<PackageIcon>logo.png</PackageIcon>
Expand All @@ -21,13 +21,13 @@

<ItemGroup>
<PackageReference Include="CloudTheWolf.DSharpPlus.Scaffolding.Logging" Version="2.1.0.1" />
<PackageReference Include="DSharpPlus" Version="4.4.3" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.4.3" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.4.3" />
<PackageReference Include="DSharpPlus.Lavalink" Version="4.4.3" />
<PackageReference Include="DSharpPlus.Rest" Version="4.4.3" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.3" />
<PackageReference Include="DSharpPlus.VoiceNext" Version="4.4.3" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.Lavalink" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.Rest" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.VoiceNext" Version="5.0.0-nightly-01907" />
<PackageReference Include="DSharpPlus.VoiceNext.Natives" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 84df3b9

Please sign in to comment.