chore: PacketMediator renaming
This commit is contained in:
parent
4c87d4f429
commit
a5cd7da487
23 changed files with 28 additions and 22 deletions
|
@ -5,7 +5,7 @@ using Continuity.AuthServer.Packets;
|
|||
using MassTransit.Mediator;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using NetCoreServer;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets;
|
||||
|
||||
namespace Continuity.AuthServer;
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Diagnostics;
|
|||
using Continuity.AuthServer.Packets;
|
||||
using JetBrains.Annotations;
|
||||
using MassTransit;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets;
|
||||
|
||||
namespace Continuity.AuthServer.Consumers;
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.7.0"/>
|
||||
<PackageReference Include="OpenTelemetry.PersistentStorage.FileSystem" Version="1.0.0"/>
|
||||
<PackageReference Include="OpenTelemetry.ResourceDetectors.Container" Version="1.0.0-beta.6"/>
|
||||
<PackageReference Include="Rai.PacketMediator" Version="0.0.5" />
|
||||
<PackageReference Include="RaiNote.PacketMediator" Version="0.0.6" />
|
||||
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0"/>
|
||||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0"/>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -4,7 +4,7 @@ using Continuity.AuthServer.DB;
|
|||
using Continuity.AuthServer.DB.Documents;
|
||||
using DotNext.Collections.Generic;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Incoming;
|
||||
using Wonderking.Packets.Outgoing;
|
||||
using Wonderking.Packets.Outgoing.Data;
|
||||
|
|
|
@ -4,7 +4,7 @@ using Continuity.AuthServer.DB;
|
|||
using Continuity.AuthServer.DB.Documents;
|
||||
using Continuity.AuthServer.Services;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Game.Data.Character;
|
||||
using Wonderking.Game.Mapping;
|
||||
using Wonderking.Packets.Incoming;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using Continuity.AuthServer.DB;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Incoming;
|
||||
using Wonderking.Packets.Outgoing;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using Continuity.AuthServer.DB;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Incoming;
|
||||
using Wonderking.Packets.Outgoing;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ using Konscious.Security.Cryptography;
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Incoming;
|
||||
using Wonderking.Packets.Outgoing;
|
||||
using Wonderking.Packets.Outgoing.Data;
|
||||
|
|
|
@ -19,7 +19,7 @@ using OpenTelemetry.Logs;
|
|||
using OpenTelemetry.Metrics;
|
||||
using OpenTelemetry.Resources;
|
||||
using OpenTelemetry.Trace;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Game.Mapping;
|
||||
using Wonderking.Packets;
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Be
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wonderking", "Wonderking\Wonderking.csproj", "{6B53A10B-C397-4347-BB00-A12272D0528E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Continuity.WorldServer", "Continuity.WorldServer\Continuity.WorldServer.csproj", "{740E4A11-D2DB-4A36-8811-5D599311220A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -24,5 +26,9 @@ Global
|
|||
{6B53A10B-C397-4347-BB00-A12272D0528E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6B53A10B-C397-4347-BB00-A12272D0528E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6B53A10B-C397-4347-BB00-A12272D0528E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{740E4A11-D2DB-4A36-8811-5D599311220A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{740E4A11-D2DB-4A36-8811-5D599311220A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{740E4A11-D2DB-4A36-8811-5D599311220A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{740E4A11-D2DB-4A36-8811-5D599311220A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Incoming;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Game.Data.Character;
|
||||
|
||||
namespace Wonderking.Packets.Incoming;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Incoming;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Incoming;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Incoming;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using System.Buffers.Binary;
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Outgoing.Data;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using System.Buffers.Binary;
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Outgoing.Data;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Text;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using System.Buffers.Binary;
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
using Wonderking.Packets.Outgoing.Data;
|
||||
|
||||
namespace Wonderking.Packets.Outgoing;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
||||
|
||||
using Rai.PacketMediator;
|
||||
using RaiNote.PacketMediator;
|
||||
|
||||
namespace Wonderking.Packets;
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Rai.PacketMediator" Version="0.0.5" />
|
||||
<PackageReference Include="RaiNote.PacketMediator" Version="0.0.6" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\LICENSE">
|
||||
|
|
Loading…
Reference in a new issue