From 33bf22fc4bf530b8785892134fc29e319d5fd866 Mon Sep 17 00:00:00 2001 From: jvz Date: Fri, 22 Aug 2025 16:32:29 +0200 Subject: [PATCH] Replaced current C# implementation with it's successor since it's deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 509c4eb..29af068 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ From ourselves and the community! | Language | Author | Binary Implementation | | -------- | ------ | --------------------- | | [C++](https://github.com/suyash/ulid) | [suyash](https://github.com/suyash) | ✓ | -| [C#](https://github.com/mcb2001/CSharp.Ulid) | [mcb2001](https://github.com/mcb2001) | +| [C#](https://github.com/Cysharp/Ulid) | [Cysharp](https://github.com/Cysharp) | ✓ | | [Clojure](https://github.com/theikkila/clj-ulid) | [theikkila](https://github.com/theikkila) | | [Objective-C](https://github.com/whitesmith/ulid) | [ricardopereira](https://github.com/ricardopereira) | | [Crystal](https://github.com/SuperPaintman/ulid) | [SuperPaintman](https://github.com/SuperPaintman) |