You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Summary>NStack.Core brings a set of updated APIs to .NET including a UTF8-string aware string.</Summary>
12
+
<Summary>NStack.Core brings a set of updated string APIs to .NET including a UTF8-string aware string.</Summary>
15
13
<PackageTags>unicode, c#</PackageTags>
16
14
<Title>NStack.Core</Title>
17
-
<Description>NStack.Core brings a set of updated APIs to .NET.
15
+
<Description>NStack.Core brings a set of updated string APIs to .NET.
18
16
19
17
It starts with a new string type that is focused on Unicode code-points as opposed to the historical chars and UTF-16 encoding and introduces a utf8 string that supports slicing</Description>
20
-
<ReleaseVersion>0.3</ReleaseVersion>
21
-
<PackageReleaseNotes>0.16: Fixes issue #51 (chess symbols); 0.15: Fixes to MaxRune; ColumnWidth differentiates between non-printable and nul characters; Rune has a constructor from two surrogate pairs; contributions by @BDisp; 0.14: Upgrade the NetStandard dependencies;
22
-
18
+
<PackageReleaseNotes>
19
+
0.17: Fork by @tig modernize build/deploy and help publishing newer versions. No functional changes.
20
+
0.16: Fixes issue #51 (chess symbols);
21
+
0.15: Fixes to MaxRune; ColumnWidth differentiates between non-printable and nul characters; Rune has a constructor from two surrogate pairs; contributions by @BDisp;
22
+
0.14: Upgrade the NetStandard dependencies;
23
23
0.13: Fixes ustring.Map() and Lower(); Extends Rune.IsValid to match Go; add Rune.ExpectedSizeFromFirstByte() plus a bug fix;
24
-
stack 0.12: Rebuilt
24
+
stack
25
+
0.12: Rebuilt
25
26
Rebuild with an older Roslyn, to prevent regressions on Xamarin.
26
-
27
27
0.10:
28
28
Merged some changes from upstream.
29
29
@@ -34,21 +34,27 @@ Added ustring.ColumnWidth to return number of columns that a ustring takes in a
34
34
* Renamed some methods to match the equivalent methods in Char.
35
35
* Introduced Substring (int start)
36
36
* Introduced difference between this [int start, int end] and this [int start, object end] the latter used to mean "until the end", replacing '0' as the previous value for "until the end".
37
-
* Introduced new method in Rune to measure the width in columns for console applications.</PackageReleaseNotes>
37
+
* Introduced new method in Rune to measure the width in columns for console applications.
38
+
</PackageReleaseNotes>
39
+
40
+
<!--Version is managed by gitver now. See publish.yml-->
0 commit comments