Skip to content

Commit 8481cc1

Browse files
committed
Release 0.16
1 parent 6d8685f commit 8481cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NStack/NStack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<PackageId>NStack.Core</PackageId>
88
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
9-
<PackageVersion>0.15</PackageVersion>
9+
<PackageVersion>0.16</PackageVersion>
1010
<Authors>Miguel de Icaza</Authors>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<Owners>Miguel de Icaza</Owners>
@@ -18,7 +18,7 @@
1818

1919
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>
2020
<ReleaseVersion>0.3</ReleaseVersion>
21-
<PackageReleaseNotes>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;
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;
2222

2323
0.13: Fixes ustring.Map() and Lower(); Extends Rune.IsValid to match Go; add Rune.ExpectedSizeFromFirstByte() plus a bug fix;
2424
stack 0.12: Rebuilt

0 commit comments

Comments
 (0)