Skip to content

Commit

Permalink
Add verification date to .NET implementation (#97)
Browse files Browse the repository at this point in the history
I've also put my implementation last in .NET section to keep it
consistent with other items ordering which seems to be by ascending of
verification date.

Signed-off-by: Mykhailo Matviiv <[email protected]>
  • Loading branch information
firenero committed Jul 17, 2023
1 parent 8ea1c0a commit 8989cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Implementations should adhere to the formal [specification](./spec).
### Community Provided Implementations
| Language | Author | Validated Against Spec? |
| -------- | ------ | ---------------------- |
| [C# (.NET)](https://github.com/firenero/TypeId) | [@firenero](https://github.com/firenero) | |
| [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | [@TenCoKaciStromy](https://github.com/TenCoKaciStromy) | Yes, on 2023-06-30 |
| [C# (.Net Standard 2.1)](https://github.com/cbuctok/typeId) | [@cbuctok](https://github.com/cbuctok) | Yes, on 2023-07-03 |
| [C# (.NET)](https://github.com/firenero/TypeId) | [@firenero](https://github.com/firenero) | Yes, on 2023-07-15 |
| [Elixir](https://github.com/sloanelybutsurely/typeid-elixir) | [@sloanelybutsurely](https://github.com/sloanelybutsurely) | Yes, on 2023-07-02 |
| [Haskell](https://github.com/MMZK1526/mmzk-typeid) | [@MMZK1526](https://github.com/MMZK1526) | Yes, on 2023-07-07 |
| [Java](https://github.com/fxlae/typeid-java) | [@fxlae](https://github.com/fxlae) | Yes, on 2023-07-02 |
Expand Down

0 comments on commit 8989cd0

Please sign in to comment.