diff --git a/.idea/.idea.Noisrev.League.IO.RST/.idea/.gitignore b/.idea/.idea.Noisrev.League.IO.RST/.idea/.gitignore deleted file mode 100644 index 2ce08b8..0000000 --- a/.idea/.idea.Noisrev.League.IO.RST/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/.idea.Noisrev.League.IO.RST.iml -/modules.xml -/contentModel.xml -/projectSettingsUpdater.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/Noisrev.League.IO.RST/Noisrev.League.IO.RST.csproj b/Noisrev.League.IO.RST/Noisrev.League.IO.RST.csproj index 3438e9a..a70916b 100644 --- a/Noisrev.League.IO.RST/Noisrev.League.IO.RST.csproj +++ b/Noisrev.League.IO.RST/Noisrev.League.IO.RST.csproj @@ -9,10 +9,13 @@ Copyright © 2021 League, Leaug of Legends, RST, RSTFile, rst c1187aa9-c082-49ae-b7b1-9286780f330c - 1.3.1 + 1.3.2 https://github.com/Noisrev/Noisrev.League.IO.RST MIT true + True + True + README.md @@ -27,6 +30,13 @@ false + + + True + \ + + + diff --git a/Noisrev.League.IO.RST/RMode.cs b/Noisrev.League.IO.RST/RMode.cs index b219950..17f937c 100644 --- a/Noisrev.League.IO.RST/RMode.cs +++ b/Noisrev.League.IO.RST/RMode.cs @@ -1,9 +1,10 @@ -namespace Noisrev.League.IO.RST +#pragma warning disable CS1591 +namespace Noisrev.League.IO.RST { /// /// RST File Mode /// - public enum RMode : byte +public enum RMode : byte { None, Default diff --git a/Noisrev.League.IO.RST/RSTEntry.cs b/Noisrev.League.IO.RST/RSTEntry.cs index 1954322..a68d582 100644 --- a/Noisrev.League.IO.RST/RSTEntry.cs +++ b/Noisrev.League.IO.RST/RSTEntry.cs @@ -1,4 +1,5 @@ -using System; +#pragma warning disable CS1591 +using System; namespace Noisrev.League.IO.RST { @@ -50,7 +51,6 @@ public bool Equals(RSTEntry other) && Text == other.Text; } } - public object Clone() { return new RSTEntry(Hash, Text); diff --git a/Noisrev.League.IO.RST/RSTFile.cs b/Noisrev.League.IO.RST/RSTFile.cs index 560413d..5a41a28 100644 --- a/Noisrev.League.IO.RST/RSTFile.cs +++ b/Noisrev.League.IO.RST/RSTFile.cs @@ -39,6 +39,7 @@ * ---DateTime : 7.2.2021 --13:14 */ +#pragma warning disable CS1591 using Noisrev.League.IO.RST.Helper; using System; using System.Collections.Generic; diff --git a/README.md b/README.md index 5234ab4..67529f7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ It is used to store text messages in League of Legends games. # Release Note +***v1.3.2*** +- Added a new RType extension function that returns the corresponding RType based on the input Version(int or byte) +- Fixed some code comments +- Fill in the missing Api documentation + ***v1.3.1*** - Change the get method for "DataOffset"