Skip to content

Commit

Permalink
Release v1.1.1 - Added strongname
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jan 22, 2024
1 parent ce985f3 commit a3ea9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Install the [NuGet package from NuGet.org](https://www.nuget.org/packages/NStack

# Future Additions

The long term goal is to make this module an exploration of what the .NET APIs for IO looked like if they only
The long-term goal is to make this module an exploration of what the .NET APIs for IO looked like if they only
used exceptions for either invalid parameters being passed to
methods and used results/error codes for most IO operations:

* Exceptions have a role, but IO code tends to become ugly in its presence.

* Other areas include making an IO layer that does not surface "string" for
filenames, as in Unix there are really no filenames as we treat them in
filenames, as in Unix there are no filenames as we treat them in
.NET, but rather file names are a collection of bytes, which do not necessarily
can be decoded into UTF8 [1].

Expand Down

0 comments on commit a3ea9b3

Please sign in to comment.