Skip to content

Commit

Permalink
refactor: Rename sample from Discord_NET to DiscordNet
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Jun 26, 2022
1 parent dfe660d commit 5c1c12e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="DSharpPlus" value="https://nuget.emzi0767.com/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
1 change: 1 addition & 0 deletions src/Lavalink4NET.Tests/DiscordClientWrapperTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace Lavalink4NET.Tests;

using System;
using Discord.WebSocket;
using Lavalink4NET.DiscordNet;
Expand Down
2 changes: 1 addition & 1 deletion src/Lavalink4NET.Tests/Lavalink4NET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Lavalink4NET.Discord_NET\Lavalink4NET.DiscordNet.csproj" />
<ProjectReference Include="..\Lavalink4NET.DiscordNet\Lavalink4NET.DiscordNet.csproj" />
<ProjectReference Include="..\Lavalink4NET.MemoryCache\Lavalink4NET.MemoryCache.csproj" />
<ProjectReference Include="..\Lavalink4NET\Lavalink4NET.csproj" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Lavalink4NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET", "Lavalink4NET\Lavalink4NET.csproj", "{77596045-43F5-43CD-BE95-0F14EC8C0CED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.DiscordNet", "Lavalink4NET.Discord_NET\Lavalink4NET.DiscordNet.csproj", "{713C73DD-09E4-4FE8-ADE3-493DAABB025B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.DSharpPlus", "Lavalink4NET.DSharpPlus\Lavalink4NET.DSharpPlus.csproj", "{3A39C12E-7FE0-406B-A369-73DC91C4DD5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.MemoryCache", "Lavalink4NET.MemoryCache\Lavalink4NET.MemoryCache.csproj", "{0A74B051-3BC6-424E-B5A1-30EF2FAC7CFA}"
Expand All @@ -24,6 +22,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.Logging.Micros
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.Logging.NLog", "Lavalink4NET.Logging.NLog\Lavalink4NET.Logging.NLog.csproj", "{7D1A2BFD-E407-44EF-B3DD-DBD5AD811D30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lavalink4NET.DiscordNet", "Lavalink4NET.DiscordNet\Lavalink4NET.DiscordNet.csproj", "{3FE82A70-8805-4E9A-AE5A-47E6924D0ECE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,10 +34,6 @@ Global
{77596045-43F5-43CD-BE95-0F14EC8C0CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77596045-43F5-43CD-BE95-0F14EC8C0CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77596045-43F5-43CD-BE95-0F14EC8C0CED}.Release|Any CPU.Build.0 = Release|Any CPU
{713C73DD-09E4-4FE8-ADE3-493DAABB025B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{713C73DD-09E4-4FE8-ADE3-493DAABB025B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{713C73DD-09E4-4FE8-ADE3-493DAABB025B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{713C73DD-09E4-4FE8-ADE3-493DAABB025B}.Release|Any CPU.Build.0 = Release|Any CPU
{3A39C12E-7FE0-406B-A369-73DC91C4DD5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A39C12E-7FE0-406B-A369-73DC91C4DD5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A39C12E-7FE0-406B-A369-73DC91C4DD5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -58,6 +54,10 @@ Global
{7D1A2BFD-E407-44EF-B3DD-DBD5AD811D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D1A2BFD-E407-44EF-B3DD-DBD5AD811D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D1A2BFD-E407-44EF-B3DD-DBD5AD811D30}.Release|Any CPU.Build.0 = Release|Any CPU
{3FE82A70-8805-4E9A-AE5A-47E6924D0ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FE82A70-8805-4E9A-AE5A-47E6924D0ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FE82A70-8805-4E9A-AE5A-47E6924D0ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FE82A70-8805-4E9A-AE5A-47E6924D0ECE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/Lavalink4NET.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/angelobreuer/Lavalink4NET</RepositoryUrl>

<!-- License -->
<Copyright>Angelo Breuer 2021</Copyright>
<Copyright>Angelo Breuer 2022</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Expand Down

0 comments on commit 5c1c12e

Please sign in to comment.