Compare commits

..

3 Commits
4.1.0 ... 4.1.1

Author SHA1 Message Date
Kwoth
0b64df95ef Fixed an issue with publish not having required dlls 2022-04-16 17:04:10 +02:00
Kwoth
7512f4a1e0 docs: fixed a link to nadeko discord server 2022-04-16 16:35:20 +02:00
Kwoth
789c453863 Updated CHANGELOG.md 2022-04-16 16:25:24 +02:00
4 changed files with 4 additions and 3 deletions

View File

@@ -27,5 +27,5 @@ Follow the [creating a medusa guide](creating-a-medusa.md)
**It is strongly recommended to run only the medusae you yourself wrote, and only on a hosted VPS or dedicated server which ONLY hosts your bot, to minimize the potential damage caused by bad actors.**
No easy way at the moment, except asking in the `#dev-and-modding` chat in [#NadekoLog server][https://discord.nadeko.bot]
No easy way at the moment, except asking in the `#dev-and-modding` chat in [#NadekoLog server](https://discord.nadeko.bot)

View File

@@ -202,7 +202,6 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
{
var moduleInfos = new List<ModuleInfo>();
// todo uncomment
LoadTypeReadersInternal(typeReaders);
foreach (var point in snekData)

View File

@@ -21,6 +21,7 @@
<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.16.1">
<PrivateAssets>all</PrivateAssets>
<Publish>True</Publish>
</PackageReference>
<PackageReference Include="AWSSDK.S3" Version="3.7.8.4" />
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.4" />
@@ -59,6 +60,7 @@
<PackageReference Include="Humanizer" Version="2.14.1">
<PrivateAssets>all</PrivateAssets>
<Publish>True</Publish>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.1.0";
public const string BOT_VERSION = "4.1.1";
public string Author
=> "Kwoth#2452";