diff --git a/BepInEx.Hacknet/HacknetChainloader.cs b/BepInEx.Hacknet/HacknetChainloader.cs index e304332f..edb3f849 100644 --- a/BepInEx.Hacknet/HacknetChainloader.cs +++ b/BepInEx.Hacknet/HacknetChainloader.cs @@ -20,7 +20,7 @@ namespace BepInEx.Hacknet { public class HacknetChainloader : BaseChainloader { - public const string VERSION = "5.0.0-beta13"; + public const string VERSION = "5.0.0"; public static readonly Version Version = Version.Parse(VERSION); public static HacknetChainloader Instance; diff --git a/BepInEx.Hacknet/Properties/AssemblyInfo.cs b/BepInEx.Hacknet/Properties/AssemblyInfo.cs index a6bc5896..58983d8f 100644 --- a/BepInEx.Hacknet/Properties/AssemblyInfo.cs +++ b/BepInEx.Hacknet/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/ExampleMod/Properties/AssemblyInfo.cs b/ExampleMod/Properties/AssemblyInfo.cs index aab6158c..c2a39246 100644 --- a/ExampleMod/Properties/AssemblyInfo.cs +++ b/ExampleMod/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/PathfinderAPI/Properties/AssemblyInfo.cs b/PathfinderAPI/Properties/AssemblyInfo.cs index f57b2957..3f1f3345 100644 --- a/PathfinderAPI/Properties/AssemblyInfo.cs +++ b/PathfinderAPI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/PathfinderPatcher/Properties/AssemblyInfo.cs b/PathfinderPatcher/Properties/AssemblyInfo.cs index da37e5e5..8b971120 100644 --- a/PathfinderPatcher/Properties/AssemblyInfo.cs +++ b/PathfinderPatcher/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/PathfinderUpdater/Properties/AssemblyInfo.cs b/PathfinderUpdater/Properties/AssemblyInfo.cs index 78a1a366..188ea459 100644 --- a/PathfinderUpdater/Properties/AssemblyInfo.cs +++ b/PathfinderUpdater/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] \ No newline at end of file