diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..d48d088 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,4 @@ +[1.0.0] +- Initial Release +- Set the quantity of the shard you got to 200. +- Set the quantity of the glyph you got to 200. \ No newline at end of file diff --git a/MxEpoch.Shards.sln b/MxEpoch.sln similarity index 93% rename from MxEpoch.Shards.sln rename to MxEpoch.sln index de2d437..5584092 100644 --- a/MxEpoch.Shards.sln +++ b/MxEpoch.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33403.182 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MxEpoch", "MxEpoch.Shards\MxEpoch.csproj", "{CE6AC995-7CD4-404D-A2EC-618FEF680B9E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MxEpoch", "MxEpoch\MxEpoch.csproj", "{CE6AC995-7CD4-404D-A2EC-618FEF680B9E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/MxEpoch.Shards/App.config b/MxEpoch/App.config similarity index 100% rename from MxEpoch.Shards/App.config rename to MxEpoch/App.config diff --git a/MxEpoch.Shards/MxEpoch.csproj b/MxEpoch/MxEpoch.csproj similarity index 100% rename from MxEpoch.Shards/MxEpoch.csproj rename to MxEpoch/MxEpoch.csproj diff --git a/MxEpoch.Shards/Program.cs b/MxEpoch/Program.cs similarity index 92% rename from MxEpoch.Shards/Program.cs rename to MxEpoch/Program.cs index ea43020..94dcff4 100644 --- a/MxEpoch.Shards/Program.cs +++ b/MxEpoch/Program.cs @@ -9,10 +9,12 @@ // https://www.mikx.ovh // https://mxg.ovh // http://discord.mxg.ovh //////////// ///////////////////////////////////////////////////////////////////////////////// // MxEpoch ////////////////////////////////////////////////////////////////////// -// By mikx (https://mxgit.ovh) ////////////////////////////////////////////////// +// By mikx (https://mxgit.ovh/mikx/MxEpoch) ///////////////////////////////////// // Credits: ///////////////////////////////////////////////////////////////////// // Ash06 - LastEpochLib (https://fearlessrevolution.com/viewtopic.php?t=17089) // ///////////////////////////////////////////////////////////////////////////////// +// v1.0.0 /////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////// using Newtonsoft.Json; using System; using System.Collections.Generic; diff --git a/MxEpoch.Shards/Properties/AssemblyInfo.cs b/MxEpoch/Properties/AssemblyInfo.cs similarity index 100% rename from MxEpoch.Shards/Properties/AssemblyInfo.cs rename to MxEpoch/Properties/AssemblyInfo.cs diff --git a/MxEpoch.Shards/game_last.epoch.ico b/MxEpoch/game_last.epoch.ico similarity index 100% rename from MxEpoch.Shards/game_last.epoch.ico rename to MxEpoch/game_last.epoch.ico diff --git a/MxEpoch.Shards/packages.config b/MxEpoch/packages.config similarity index 100% rename from MxEpoch.Shards/packages.config rename to MxEpoch/packages.config