From 4f63b5f4f3f59b4cbb2fa6f3095aafdc19bea30d Mon Sep 17 00:00:00 2001 From: sven-n Date: Sun, 26 Jul 2026 09:45:26 +0200 Subject: [PATCH] Increased version to 0.9.10 (cherry picked from commit 644dfcce6631dcde4967c7e577c25d35d9a5d37c) --- 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 b1edc99..cf4300b 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.9.9 - 0.9.9 + 0.9.10 + 0.9.10 diff --git a/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj b/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj index 554bd9e..ec0f00a 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.9.9 - 0.9.9 + 0.9.10 + 0.9.10 diff --git a/src/PlugIns/MUnique.OpenMU.PlugIns.csproj b/src/PlugIns/MUnique.OpenMU.PlugIns.csproj index d7f20c2..957de01 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.9.9 - 0.9.9 + 0.9.10 + 0.9.10 diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index e65bb15..b977cea 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.9.0")] -[assembly: AssemblyFileVersion("0.9.9.0")] +[assembly: AssemblyVersion("0.9.10.0")] +[assembly: AssemblyFileVersion("0.9.10.0")]