Skip to content

Commit

Permalink
Merge pull request #10 from Foxtrek64/master
Browse files Browse the repository at this point in the history
Update Dependencies & Cleanup
  • Loading branch information
Foxtrek64 authored Sep 17, 2019
2 parents 273d3e3 + 15f3439 commit 622cc09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]logs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down
6 changes: 2 additions & 4 deletions MajorInteractiveBot/MajorInteractiveBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
<ItemGroup>
<PackageReference Include="Discord.Addons.PassiveInteractive" Version="2.0.4" />
<PackageReference Include="Discord.Net" Version="2.1.1" />
<PackageReference Include="Humanizer.Core" Version="2.6.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="Humanizer.Core" Version="2.7.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="2.2.0" />
Expand All @@ -44,7 +42,7 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="2.2.4" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="2.0.4" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions MajorInteractiveBot/Modules/CommandHandler.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using Discord;
using Discord.Addons.Interactive;
using Discord.Commands;
using Discord.WebSocket;
using MajorInteractiveBot.Data;
using MajorInteractiveBot.Extensions;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Threading.Tasks;
Expand Down
2 changes: 2 additions & 0 deletions build/build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set-location 'C:\Users\Foxtrek_64\Documents\Projects\LuzFaltex\MajorInteractiveBot'
dotnet build -c Release -o './build/app' -r win10-x64

0 comments on commit 622cc09

Please sign in to comment.