mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-03 00:04:28 -05:00
Updated changelog, updated packages
This commit is contained in:
@@ -26,6 +26,8 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
- `.gvc` should now properly detect multiple activities
|
- `.gvc` should now properly detect multiple activities
|
||||||
- Fixed reference to non-existent command in bot.yml
|
- Fixed reference to non-existent command in bot.yml
|
||||||
- Comment indentation in .yml files should now make more sense
|
- Comment indentation in .yml files should now make more sense
|
||||||
|
- Fixed `.warn` punishments not being applied properly when using weighted warnings
|
||||||
|
- Fixed embed color when disabling `.antialt`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- CustomReactions module (and customreactions db table) has been renamed to Expressions.
|
- CustomReactions module (and customreactions db table) has been renamed to Expressions.
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AngleSharp" Version="0.16.1" />
|
<PackageReference Include="AngleSharp" Version="0.16.1" />
|
||||||
<PackageReference Include="AWSSDK.S3" Version="3.7.7.19" />
|
<PackageReference Include="AWSSDK.S3" Version="3.7.7.21" />
|
||||||
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.4" />
|
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.4" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
||||||
<PackageReference Include="Discord.Net" Version="3.2.1" />
|
<PackageReference Include="Discord.Net" Version="3.3.0" />
|
||||||
<PackageReference Include="CoreCLR-NCalc" Version="2.2.92" />
|
<PackageReference Include="CoreCLR-NCalc" Version="2.2.92" />
|
||||||
<PackageReference Include="Google.Apis.Urlshortener.v1" Version="1.41.1.138" />
|
<PackageReference Include="Google.Apis.Urlshortener.v1" Version="1.41.1.138" />
|
||||||
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.55.0.2449" />
|
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.55.0.2449" />
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Html2Markdown" Version="5.0.1.524" />
|
<PackageReference Include="Html2Markdown" Version="5.0.2.561" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>
|
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- TODO: Remove this when the conflict issue is fixed -->
|
<!-- TODO: Remove this when the conflict issue in System.Runtime.Experimental is fixed -->
|
||||||
<Target Name="RemoveSystemRuntimeFromRefPack" BeforeTargets="_HandlePackageFileConflicts" Condition="'@(Reference -> WithMetadataValue('NugetPackageId', 'System.Runtime.Experimental'))' != ''">
|
<Target Name="RemoveSystemRuntimeFromRefPack" BeforeTargets="_HandlePackageFileConflicts" Condition="'@(Reference -> WithMetadataValue('NugetPackageId', 'System.Runtime.Experimental'))' != ''">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Remove="@(Reference)" Condition="$([System.String]::Copy(%(Reference.Identity)).Contains('System.Runtime.dll')) and
 '%(Reference.NuGetPackageId)' == 'Microsoft.NETCore.App.Ref'" />
|
<Reference Remove="@(Reference)" Condition="$([System.String]::Copy(%(Reference.Identity)).Contains('System.Runtime.dll')) and
 '%(Reference.NuGetPackageId)' == 'Microsoft.NETCore.App.Ref'" />
|
||||||
|
|||||||
Reference in New Issue
Block a user