From 1b7bc180d9b3a58151d449b7fa5fc26054f3cbbf Mon Sep 17 00:00:00 2001 From: sven-n Date: Mon, 9 Sep 2024 21:12:50 +0200 Subject: [PATCH] Version 0.8.18 --- src/Network/MUnique.OpenMU.Network.csproj | 4 ++-- src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj | 4 ++-- src/PlugIns/MUnique.OpenMU.PlugIns.csproj | 4 ++-- src/SharedAssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Network/MUnique.OpenMU.Network.csproj b/src/Network/MUnique.OpenMU.Network.csproj index aa262719f..c05a2bc41 100644 --- a/src/Network/MUnique.OpenMU.Network.csproj +++ b/src/Network/MUnique.OpenMU.Network.csproj @@ -18,8 +18,8 @@ MUnique.OpenMU.Network contains all what's required to connect from and to a MU Online game, connect or chat server. It implements the MU Online network protocol. It also contains several the encryption algorithms and keys which were used until a few years ago up to Season 6 Episode 3. - 0.8.17 - 0.8.17 + 0.8.18 + 0.8.18 diff --git a/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj b/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj index 419da930c..cb2f3c8ae 100644 --- a/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj +++ b/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj @@ -16,8 +16,8 @@ MUnique OpenMU MUOnline Network Packets MUnique.OpenMU.Network.Packets This package contains message structs for the MMORPG "MU Online", which are primarily focused on the english version of Season 6 Episode 3. - 0.8.17 - 0.8.17 + 0.8.18 + 0.8.18 diff --git a/src/PlugIns/MUnique.OpenMU.PlugIns.csproj b/src/PlugIns/MUnique.OpenMU.PlugIns.csproj index 5d2aa0a94..f644b3c6d 100644 --- a/src/PlugIns/MUnique.OpenMU.PlugIns.csproj +++ b/src/PlugIns/MUnique.OpenMU.PlugIns.csproj @@ -17,8 +17,8 @@ MUnique.OpenMU.PlugIns contains all what's required to create plugins extension points and own plugins for dependent applications. - 0.8.17 - 0.8.17 + 0.8.18 + 0.8.18 diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 17a5eda92..d7cf3daca 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -29,5 +29,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.8.17.0")] -[assembly: AssemblyFileVersion("0.8.17.0")] +[assembly: AssemblyVersion("0.8.18.0")] +[assembly: AssemblyFileVersion("0.8.18.0")]