Skip to content

Commit

Permalink
Merge pull request #483 from fit-ctu-discord/2022.4.5---new-ver
Browse files Browse the repository at this point in the history
v2022.4.5
  • Loading branch information
stepech authored Mar 5, 2023
2 parents bd9f962 + 1cd4f56 commit 8f0acd6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2022.4.4</Version>
<Version>2022.4.5</Version>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
Expand Down
22 changes: 11 additions & 11 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
<ItemGroup>
<PackageVersion Include="Chronic.Core" Version="0.4.0" />
<PackageVersion Include="Cronos" Version="0.7.1" />
<PackageVersion Include="DSharpPlus" Version="4.3.0-nightly-01223" />
<PackageVersion Include="DSharpPlus.Interactivity" Version="4.3.0-nightly-01223" />
<PackageVersion Include="DSharpPlus.SlashCommands" Version="4.3.0-nightly-01223" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="7.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.1" />
<PackageVersion Include="DSharpPlus" Version="4.4.0-nightly-01353 " />
<PackageVersion Include="DSharpPlus.Interactivity" Version="4.4.0-nightly-01353 " />
<PackageVersion Include="DSharpPlus.SlashCommands" Version="4.4.0-nightly-01353 " />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="7.0.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.3" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="7.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.1" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
<PackageVersion Include="coverlet.collector" Version="3.2.0" />
<PackageVersion Include="xunit" Version="2.4.2" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.101",
"version": "7.0.*",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion src/HonzaBotner/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void ConfigureServices(IServiceCollection services)
.AddEventHandler<StaffVerificationEventHandler>(EventHandlerPriority.Urgent)
.AddEventHandler<VerificationEventHandler>(EventHandlerPriority.Urgent)
.AddEventHandler<VoiceHandler>()
.AddEventHandler<BadgeRoleHandler>()
// .AddEventHandler<BadgeRoleHandler>()
.AddEventHandler<ThreadHandler>()
.AddEventHandler<StandupButtonHandler>()
;
Expand Down

0 comments on commit 8f0acd6

Please sign in to comment.