Skip to content

Commit

Permalink
Merge branch 'release/1.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
ASolomatin committed Jul 19, 2020
2 parents d2a9fd8 + 54580be commit 8e4c311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ This library implements a .NET, fully compatible, version of [big-bit-mask](http
| Platform | Repository | Package |
|-|-|-|
| JavaScript / TypeScript | [big-bit-mask](https://github.com/ASolomatin/big-bit-mask) | [NPM](https://www.npmjs.com/package/big-bit-mask) |
| PHP | [php-big-bit-mask](https://github.com/ASolomatin/php-big-bit-mask) | [Packagist](https://packagist.org/packages/asolomatin/php-big-bit-mask) |

## Install
```
```sh
> dotnet add package BigBitMask.NET
```

Expand Down
2 changes: 1 addition & 1 deletion src/BigBitMask.NET/BigBitMask.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.11</Version>
<Version>1.0.12</Version>
<Description>Bitmask compatible with JavaScript big-bit-mask - the bitmask serializable into a base64-like, url-safe string.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>Aleksej Solomatin</Authors>
Expand Down

0 comments on commit 8e4c311

Please sign in to comment.