Skip to content

Commit f92249e

Browse files
committed
0.12
1 parent 1c9d0a2 commit f92249e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NStack/NStack.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard1.5</TargetFramework>
77
<PackageId>NStack.Core</PackageId>
8-
<PackageVersion>0.10</PackageVersion>
8+
<PackageVersion>0.12</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,9 @@
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.10:
20+
<PackageReleaseNotes>0.12: Rebuilt
21+
22+
0.10:
2123
Merged some changes from upstream.
2224

2325
0.9:

0 commit comments

Comments
 (0)