Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
Merge pull request #22 from rarDevelopment/dev
  • Loading branch information
rarDevelopment authored Sep 1, 2023
2 parents 417070b + e5e0910 commit 6ec4b1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TimeZoneBot.BusinessLayer/TimeZoneBot.BusinessLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.11.0" />
<PackageReference Include="Discord.Net" Version="3.12.0" />
<PackageReference Include="NodaTime" Version="3.1.9" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion TimeZoneBot.DataLayer/TimeZoneBot.DataLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.20.0" />
<PackageReference Include="MongoDB.Driver" Version="2.21.0" />
<PackageReference Include="NodaTime" Version="3.1.9" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions TimeZoneBot/TimeZoneBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.11.0" />
<PackageReference Include="Discord.Net" Version="3.12.0" />
<PackageReference Include="DiscordDotNetUtilities" Version="1.5.0" />
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion TimeZoneBot/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Version": {
"VersionNumber": "7.5.3"
"VersionNumber": "7.5.4"
},
"Discord": {
"BotToken": "token",
Expand Down

0 comments on commit 6ec4b1c

Please sign in to comment.