Skip to content

Commit dbf48c4

Browse files
committed
0.10
1 parent 41cddaa commit dbf48c4

File tree

4 files changed

+149
-146
lines changed

4 files changed

+149
-146
lines changed

NStack/NStack.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard1.6</TargetFramework>
77
<PackageId>NStack.Core</PackageId>
8-
<PackageVersion>0.9</PackageVersion>
8+
<PackageVersion>0.10</PackageVersion>
99
<Authors>Miguel de Icaza</Authors>
1010
<PackageLicenseUrl>https://github.com/migueldeicaza/NStack/blob/master/LICENSE.md</PackageLicenseUrl>
1111
<Owners>Miguel de Icaza</Owners>
@@ -17,7 +17,10 @@
1717

1818
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>
1919
<ReleaseVersion>0.3</ReleaseVersion>
20-
<PackageReleaseNotes>0.9:
20+
<PackageReleaseNotes>0.10:
21+
Merged some changes from upstream.
22+
23+
0.9:
2124
Added ustring.ColumnWidth to return number of columns that a ustring takes in a console.
2225

2326
0.8:

docs/api/NStack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<h1 id="NStack" data-uid="NStack">Namespace NStack
7373
</h1>
74-
<div class="markdown level0 summary"><p>APIs for .NET using new C# language capabilities and modern idioms.</p>
74+
<div class="markdown level0 summary"><p>APIs for .NET using new C# language capabilities and modern idioms. The most important entry point is the &quot;ustring&quot; class which provides a modern, UTF8-backed string implementation.</p>
7575
</div>
7676
<div class="markdown level0 conceptual"></div>
7777
<div class="markdown level0 remarks"></div>

0 commit comments

Comments
 (0)