From 8d8c299ce1110503af343789d1cf442581a485d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonatan=20Uusv=C3=A4li?= <1826966+Seramis@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:13:11 +0300 Subject: [PATCH 1/2] Add ByteAether.Ulid into README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 509c4eb..626172a 100644 --- a/README.md +++ b/README.md @@ -38,6 +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/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | | [C#](https://github.com/mcb2001/CSharp.Ulid) | [mcb2001](https://github.com/mcb2001) | | [Clojure](https://github.com/theikkila/clj-ulid) | [theikkila](https://github.com/theikkila) | | [Objective-C](https://github.com/whitesmith/ulid) | [ricardopereira](https://github.com/ricardopereira) | @@ -64,6 +65,7 @@ From ourselves and the community! | [Julia](https://github.com/ararslan/ULID.jl) | [ararslan](https://github.com/ararslan) | | [Kotlin](https://github.com/GuepardoApps/kULID) | [GuepardoApps](https://github.com/GuepardoApps) | | [Lua](https://github.com/Tieske/ulid.lua) | [Tieske](https://github.com/Tieske) | +| [.NET](https://github.com/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | | [.NET](https://github.com/RobThree/NUlid) | [RobThree](https://github.com/RobThree) | ✓ | | [.NET](https://github.com/fvilers/ulid.net) | [fvilers](https://github.com/fvilers) | [Nim](https://github.com/adelq/ulid) | [adelq](https://github.com/adelq) From 391eafcf0edb87bc868df1f3790f968090e1d881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonatan=20Uusv=C3=A4li?= <1826966+Seramis@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:40:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626172a..31a3c44 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/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | +| [C#](https://github.com/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | ✓ | | [C#](https://github.com/mcb2001/CSharp.Ulid) | [mcb2001](https://github.com/mcb2001) | | [Clojure](https://github.com/theikkila/clj-ulid) | [theikkila](https://github.com/theikkila) | | [Objective-C](https://github.com/whitesmith/ulid) | [ricardopereira](https://github.com/ricardopereira) | @@ -65,7 +65,7 @@ From ourselves and the community! | [Julia](https://github.com/ararslan/ULID.jl) | [ararslan](https://github.com/ararslan) | | [Kotlin](https://github.com/GuepardoApps/kULID) | [GuepardoApps](https://github.com/GuepardoApps) | | [Lua](https://github.com/Tieske/ulid.lua) | [Tieske](https://github.com/Tieske) | -| [.NET](https://github.com/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | +| [.NET](https://github.com/ByteAether/Ulid) | [ByteAether](https://github.com/ByteAether) | ✓ | | [.NET](https://github.com/RobThree/NUlid) | [RobThree](https://github.com/RobThree) | ✓ | | [.NET](https://github.com/fvilers/ulid.net) | [fvilers](https://github.com/fvilers) | [Nim](https://github.com/adelq/ulid) | [adelq](https://github.com/adelq)