Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Mar 13, 2024
1 parent 1440f1f commit 7bc72b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -17,11 +17,13 @@ Udon compatible 32bit hash lib

```csharp
using Narazaka.SimpleHash;
var playerHash = FNV1a32.ComputeHash(Networking.LocalPlayer.displayName);
var playerHash = FNV1a32String.ComputeHash(Networking.LocalPlayer.displayName);
```

## 更新履歴

- 2.0.0
- U#での非互換を解消
- 1.0.0
- リリース

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "net.narazaka.simple-hash",
"version": "1.0.1",
"version": "2.0.0",
"displayName": "Simple Hash",
"description": "Udon compatible 32bit hash lib (FNV1a32)",
"author": {
Expand Down

0 comments on commit 7bc72b4

Please sign in to comment.