Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'ServerMod/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Jun 30, 2022
2 parents 330d353 + 255eb87 commit 6f99aaa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ServerMod2 [![Release](https://img.shields.io/github/release/ServerMod/Smod2.svg)](https://github.com/ServerMod/Smod2/releases) [![Downloads](https://img.shields.io/github/downloads/ServerMod/Smod2/total.svg)](https://github.com/ServerMod/Smod2/releases) [![Discord Server](https://img.shields.io/discord/430468637183442945.svg?label=discord)](https://discord.gg/8nvmMTr)
# ServerMod2 [![Release](https://img.shields.io/github/release/ServerMod/Smod2.svg)](https://github.com/ServerMod/Smod2/releases) [![Downloads](https://img.shields.io/github/downloads/ServerMod/Smod2/total.svg)](https://github.com/ServerMod/Smod2/releases) [![GitHub latest commit](https://badgen.net/github/last-commit/ServerMod/Smod2)](https://GitHub.com/ServerMod/Smod2/commit/) [![Discord Server](https://img.shields.io/discord/430468637183442945.svg?label=discord)](https://discord.gg/8nvmMTr)
ServerMod2 is a server side plugin system with a bunch of additional configuration options, bug fixes, security patches and some optimisations built in.

For how to use/configure SMod, go to the [SMOD WIKI](https://github.com/Grover-c13/Smod2/wiki)
Expand Down
2 changes: 2 additions & 0 deletions Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class PluginManager
public static readonly int SMOD_REVISION = 2;

public static readonly string SMOD_BUILD = "A";
/// <summary> Used by AssemblyInfo.cs, needs to be a const. </summary>
internal const string AssemblyVersion = "3.10.2.0";

public static readonly string DEPENDENCY_FOLDER = "dependencies";

Expand Down
5 changes: 3 additions & 2 deletions Smod2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.0.0")] //Just imagine the last character is the equivalent letter because otherwise it gets angry
[assembly: AssemblyFileVersion("3.9.0.0")]
[assembly: AssemblyVersion(Smod2.PluginManager.AssemblyVersion)]
[assembly: AssemblyFileVersion(Smod2.PluginManager.AssemblyVersion)]
[assembly: AssemblyInformationalVersion(Smod2.PluginManager.AssemblyVersion)]
2 changes: 2 additions & 0 deletions Smod2/Smod2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<RepositoryUrl>https://github.com/ServerMod/Smod2</RepositoryUrl>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
</Project>

0 comments on commit 6f99aaa

Please sign in to comment.