Increased version to 0.9.10

(cherry picked from commit 644dfcce6631dcde4967c7e577c25d35d9a5d37c)
This commit is contained in:
sven-n
2026-07-26 09:45:26 +02:00
committed by Acentech Dev
parent cb810e8b0c
commit 4f63b5f4f3
4 changed files with 8 additions and 8 deletions

View File

@@ -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. 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. It also contains several the encryption algorithms and keys which were used until a few years ago up to Season 6 Episode 3.
</Description> </Description>
<PackageVersion>0.9.9</PackageVersion> <PackageVersion>0.9.10</PackageVersion>
<Version>0.9.9</Version> <Version>0.9.10</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@@ -16,8 +16,8 @@
<PackageTags>MUnique OpenMU MUOnline Network Packets</PackageTags> <PackageTags>MUnique OpenMU MUOnline Network Packets</PackageTags>
<PackageId>MUnique.OpenMU.Network.Packets</PackageId> <PackageId>MUnique.OpenMU.Network.Packets</PackageId>
<Description>This package contains message structs for the MMORPG "MU Online", which are primarily focused on the english version of Season 6 Episode 3.</Description> <Description>This package contains message structs for the MMORPG "MU Online", which are primarily focused on the english version of Season 6 Episode 3.</Description>
<PackageVersion>0.9.9</PackageVersion> <PackageVersion>0.9.10</PackageVersion>
<Version>0.9.9</Version> <Version>0.9.10</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@@ -17,8 +17,8 @@
<Description> <Description>
MUnique.OpenMU.PlugIns contains all what's required to create plugins extension points and own plugins for dependent applications. MUnique.OpenMU.PlugIns contains all what's required to create plugins extension points and own plugins for dependent applications.
</Description> </Description>
<PackageVersion>0.9.9</PackageVersion> <PackageVersion>0.9.10</PackageVersion>
<Version>0.9.9</Version> <Version>0.9.10</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.9.0")] [assembly: AssemblyVersion("0.9.10.0")]
[assembly: AssemblyFileVersion("0.9.9.0")] [assembly: AssemblyFileVersion("0.9.10.0")]