- net6.0;netstandard2.1;net8.0
- 2.0.200-beta1
+ net6.0;net8.0
+ 2.1.100
enable
latest
enable
diff --git a/CSTNet/UIText.cs b/CSTNet/UIText.cs
index ac899d5..b60b16c 100644
--- a/CSTNet/UIText.cs
+++ b/CSTNet/UIText.cs
@@ -34,7 +34,7 @@ public class UIText : IUIText
/// Loads the language file for the specified language and base directory.
///
/// Language to load
- /// Base directory for the language files.
+ /// Base directory for the language files.
public UIText(string language, params string[] baseBath)
{
Language = language;
diff --git a/README.md b/README.md
index 6bbb3c6..68f9d37 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
diff --git a/doc/changelog.md b/doc/changelog.md
index e618f41..e94d8fc 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,10 +1,17 @@
# Change Log
-## 2.0.200
+## 2.1.100
-- Preliminary support for .NET 8
-- Native compatibility
- - Parser function can now be consumed from non-.NET programming languages
+- Removed `CaretSeparatedText` in favor of `CST` class
+- Due to technical reasons, .NET Standard Standard support was removed
+
+### Experimental
+
+- Parser function can now be consumed from non-.NET programming languages.
+
+## 2.0.104
+
+- Support for .NET 8
## 2.0.102
@@ -16,7 +23,7 @@ This version supports both .NET Standard 2.1 and .NET 6 and brings with it (much
### UIText class and interface
-Based on FreeSO's API, the ``UIText`` class allows for traversing in ``//.dir`` directories and searching CST files by their Id number. (e.g. _*154*_miscstrings.cst). By defualt, the base path is ``//uitext/.dir``. You may also create your own implementation based on these APIs using the ``IUIText`` interface which mine also uses.
+Based on FreeSO's API, the `UIText` class allows for traversing in `//.dir` directories and searching CST files by their Id number. (e.g. \_*154*\_miscstrings.cst). By defualt, the base path is `//uitext/.dir`. You may also create your own implementation based on these APIs using the `IUIText` interface which mine also uses.
For more info, see [usage.md](./usage.md).
@@ -32,7 +39,7 @@ For more info, see [usage.md](./usage.md).
## 1.0.2
- Fixed the multiple line parsing in the v2 format.
-- Replaced "``[ENTRY NOT FOUND]``" message with "``***MISSING***``".
+- Replaced "`[ENTRY NOT FOUND]`" message with "`***MISSING***`".
## 1.0.1
@@ -49,4 +56,4 @@ The normalizing algorithm has been rewritten to be more efficient and hopefully
## 1.0.0
-- Initial release.
+- Initial release.
\ No newline at end of file