1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-05 21:46:28 +03:00

Remora.Discord part 3 out of ∞

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-05-18 10:28:25 +05:00
parent c4835a4e78
commit 67a15f3822
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
8 changed files with 322 additions and 198 deletions

View file

@ -19,11 +19,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffPlex" Version="1.7.1"/>
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.3.23174.8"/>
<PackageReference Include="Remora.Discord" Version="2023.3.0"/>
</ItemGroup>
<!-- TODO: remove this when done -->
<ItemGroup>
<Compile Remove="old\**"/>
<Compile Update="Messages.Designer.cs">
@ -35,7 +37,7 @@
<ItemGroup>
<EmbeddedResource Remove="old\**"/>
<EmbeddedResource Update="Messages.resx.bak">
<EmbeddedResource Update="Messages.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
</EmbeddedResource>