dev: Changed some namespaces. Pushing tags, Releasing 5.0.3

This commit is contained in:
Kwoth
2024-05-10 05:56:02 +00:00
parent 40528150f7
commit 6f4cbddcad
21 changed files with 29 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [5.0.2] - 09.05.2024
## [5.0.3] - 10.05.2024
### Added

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct FlipResult
{

View File

@@ -11,7 +11,7 @@ using NadekoBot.Services.Currency;
using System.Collections.Immutable;
using System.Globalization;
using System.Text;
using Nadeko.Econ.Gambling.Rps;
using NadekoBot.Modules.Gambling.Rps;
using NadekoBot.Common.TypeReaders;
using NadekoBot.Modules.Patronage;

View File

@@ -7,7 +7,7 @@ using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Drawing.Processing;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using Nadeko.Econ.Gambling;
using NadekoBot.Modules.Gambling;
using NadekoBot.Common.TypeReaders;
using Color = SixLabors.ImageSharp.Color;
using Image = SixLabors.ImageSharp.Image;

View File

@@ -1,7 +1,7 @@
#nullable disable
using Nadeko.Econ.Gambling;
using Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ.Gambling.Rps;
using NadekoBot.Modules.Gambling;
using NadekoBot.Modules.Gambling.Betdraw;
using NadekoBot.Modules.Gambling.Rps;
using OneOf;
namespace NadekoBot.Modules.Gambling;

View File

@@ -1,7 +1,7 @@
#nullable disable
using Nadeko.Econ.Gambling;
using Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ.Gambling.Rps;
using NadekoBot.Modules.Gambling;
using NadekoBot.Modules.Gambling.Betdraw;
using NadekoBot.Modules.Gambling.Rps;
using NadekoBot.Modules.Gambling.Services;
using OneOf;

View File

@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Version>5.0.2</Version>
<Version>5.0.3</Version>
<!-- Output/build -->
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawColorGuess
{

View File

@@ -1,4 +1,6 @@
namespace Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ;
namespace NadekoBot.Modules.Gambling.Betdraw;
public sealed class BetdrawGame
{

View File

@@ -1,4 +1,6 @@
namespace Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ;
namespace NadekoBot.Modules.Gambling.Betdraw;
public readonly struct BetdrawResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawResultType
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawValueGuess
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class BetflipGame
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct BetflipResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class BetrollGame
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct BetrollResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Rps;
namespace NadekoBot.Modules.Gambling.Rps;
public sealed class RpsGame
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
//here is a payout chart
//https://lh6.googleusercontent.com/-i1hjAJy_kN4/UswKxmhrbPI/AAAAAAAAB1U/82wq_4ZZc-Y/DE6B0895-6FC1-48BE-AC4F-14D1B91AB75B.jpg

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct SlotResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct LuLaResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class LulaGame
{