Skip to content

Commit a3a14a4

Browse files
authored
Merge pull request #7 from sandialabs/UpdateReadme
Create Updated Readme
2 parents 579e750 + c43daa2 commit a3a14a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Gulliver
1+
# ![Gulliver](https://api.nuget.org/v3-flatcontainer/gulliver/1.0.1/icon) Gulliver
2+
3+
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Gulliver)
4+
![GitHub](https://img.shields.io/github/license/sandialabs/gulliver)
5+
![.NetStandard 1.3](https://img.shields.io/badge/targets-.NETStandard%201.3-blueviolet)
26

37
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length. Functionality includes the as previously unsupported standard set of boolean algebraic operations, bitwise shifting, and unsigned endian aware mathematical addition, subtraction, and comparison. Gulliver exist to free developers from managing byte ordering and operations at the low level as was previously required by the standard C# language distributions.
48

@@ -9,7 +13,7 @@ Gulliver originally came to be for the sake of [Arcus]( https://github.com/sandi
913

1014
## Getting Started
1115

12-
Gulliver ~~is~~ will soon be available via a [NuGet]( https://www.nuget.org/) package.
16+
Gulliver is available via a [NuGet](https://www.nuget.org/packages/Gulliver/) package.
1317

1418
## Usage
1519

0 commit comments

Comments
 (0)