Skip to content

Commit

Permalink
Merge pull request #78 from tig/v_1_0_1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
tig authored Sep 17, 2022
2 parents 10dc9f0 + 6673668 commit 3b3f408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ We analyze unit tests and code coverage on each PR push.

The code coverage of the latest released build (on NuGet) is shown as a badge at the top of `README.md`. Here as well:

![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)
![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/gui-cs/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)

The project uses Fine Code Coverage to allow easy access to code coverage info on a per-component basis.

Expand Down
2 changes: 1 addition & 1 deletion NStack/NStack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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>
<PackageReleaseNotes>
Version 1.0.0-pre.1 - Moderinized API doc generation and now using gitflow
Version 1.0.1 - Moderinized API doc generation and now using gitflow
* Fixes #59. Automatically generate API docs via github action
* Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# NStack

![Build](https://github.com/migueldeicaza/NStack/actions/workflows/build.yml/badge.svg)
![Build](https://github.com/gui-cs/NStack/actions/workflows/build.yml/badge.svg)
[![Version](https://img.shields.io/nuget/v/NStack.Core.svg)](https://www.nuget.org/packages/NStack.Core)
[![Downloads](https://img.shields.io/nuget/dt/NStack.Core)](https://www.nuget.org/packages/NStack.Core)
[![License](https://img.shields.io/github/license/migueldeicaza/NStack.svg)](LICENSE)
![Bugs](https://img.shields.io/github/issues/migueldeicaza/NStack)
[![License](https://img.shields.io/github/license/gui-cs/NStack.svg)](LICENSE)
![Bugs](https://img.shields.io/github/issues/gui-cs/NStack)

NOTE: NStack has moved to the gui-cs org: https://github.com/orgs/gui-cs/Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods.

Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods.

You can browse the [API documentation](https://migueldeicaza.github.io/NStack/api/NStack.html).
You can browse the [API documentation](https://gui-cs.github.io/NStack).

Install the [NuGet package from NuGet.org](https://www.nuget.org/packages/NStack.Core) by installing `NStack.Core`.

Expand Down

0 comments on commit 3b3f408

Please sign in to comment.