Skip to content

Commit 0aa2c4b

Browse files
committed
Update module base
1 parent ba55139 commit 0aa2c4b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ShockOsc/Services/OscClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void CreateGameConnection(IPAddress ipAddress, ushort receivePort, ushort
2828
{
2929
_gameConnection?.Dispose();
3030
_gameConnection = null;
31-
_logger.LogDebug("Creating game connection with receive port {ReceivePort} and send port {SendPort}", receivePort, sendPort);
31+
_logger.LogInformation("Creating game connection with receive port {ReceivePort} and send port {SendPort}", receivePort, sendPort);
3232
_gameConnection = new(new IPEndPoint(ipAddress, receivePort), new IPEndPoint(ipAddress, sendPort));
3333
}
3434

ShockOsc/ShockOsc.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" />
32-
<PackageReference Include="MudBlazor" Version="8.6.0" />
31+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.6" />
32+
<PackageReference Include="MudBlazor" Version="8.8.0" />
3333
<PackageReference Include="EmbedIO" Version="3.5.2"/>
34-
<PackageReference Include="LucHeart.CoreOSC" Version="1.4.0" />
34+
<PackageReference Include="LucHeart.CoreOSC" Version="1.5.0" />
3535
<PackageReference Include="MeaMod.DNS" Version="1.0.71" />
3636
<PackageReference Include="OpenShock.Desktop.ModuleBase" Version="1.0.0-preview.4" />
3737
<PackageReference Include="OscQueryLibrary" Version="1.2.0" />

0 commit comments

Comments
 (0)