Skip to content

Commit

Permalink
Updated D#+.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emzi0767 committed May 10, 2021
1 parent 5a52066 commit 41427a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Emzi0767.MusicTurret/Emzi0767.MusicTurret.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
This file is a part of Music Turret project.
Expand All @@ -22,7 +22,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.7.1</Version>
<Version>1.7.2</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<AssemblyTitle>Music Turret Discord Bot</AssemblyTitle>
Expand All @@ -31,12 +31,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.0.0" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.0.0" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.0.0" />
<PackageReference Include="DSharpPlus.Lavalink" Version="4.0.0" />
<PackageReference Include="Emzi0767.Common" Version="2.6.1" />
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="DSharpPlus" Version="4.1.0-nightly-00858" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.1.0-nightly-00858" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.1.0-nightly-00858" />
<PackageReference Include="DSharpPlus.Lavalink" Version="4.1.0-nightly-00858" />
<PackageReference Include="Emzi0767.Common" Version="2.6.2" />
<PackageReference Include="Humanizer.Core" Version="2.10.1" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-preview2" />
Expand Down

0 comments on commit 41427a7

Please sign in to comment.