From 6abf79e9918f953e82e056a031c33156643eb1de Mon Sep 17 00:00:00 2001 From: Greg Date: Fri, 7 Nov 2025 15:33:21 +0100 Subject: [PATCH] cbuctok: Update .Net Standard 2.1 spec version to v0.3 Signed-off-by: Greg --- typeid/typeid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typeid/typeid/README.md b/typeid/typeid/README.md index 13edf0b2..7db6e609 100644 --- a/typeid/typeid/README.md +++ b/typeid/typeid/README.md @@ -74,7 +74,7 @@ Latest spec version: v0.3.0 | Language | Author | Spec Version | | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | [@TenCoKaciStromy](https://github.com/TenCoKaciStromy) | v0.2 on 2023-06-30 | -| [C# (.Net Standard 2.1)](https://github.com/cbuctok/typeId) | [@cbuctok](https://github.com/cbuctok) | v0.2 on 2023-07-03 | +| [C# (.Net Standard 2.1)](https://github.com/cbuctok/typeId) | [@cbuctok](https://github.com/cbuctok) | v0.3 on 2025-11-07 | | [C# (.NET)](https://github.com/firenero/TypeId) | [@firenero](https://github.com/firenero) | v0.3 on 2024-04-15 | | [Dart](https://github.com/TBD54566975/typeid-dart) | [@mistermoe](https://github.com/mistermoe) [@tbd54566975](https://github.com/tbd54566975) | [v0.3 on 2024-07-02](https://github.com/TBD54566975/typeid-dart/actions/runs/9755701869/job/26924658060#step:6:10) | | [Elixir](https://github.com/sloanelybutsurely/typeid-elixir) | [@sloanelybutsurely](https://github.com/sloanelybutsurely) | v0.3 on 2024-04-22 |