From 54aca935137af13da095c85656721bbf11a47acb Mon Sep 17 00:00:00 2001 From: Alecio Furanze Date: Tue, 5 Sep 2023 02:38:01 +0200 Subject: [PATCH] Update current version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45bca3d..7c8252b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Byter is a bytes serializer. It can serialize and deserialize from primitive typ - #### Nuget [SEE HERE](https://www.nuget.org/packages/Byter) ###### .NET CLI ```rb - dotnet add package Byter --version 1.2.0 + dotnet add package Byter --version 2.0 ``` ###### Git submodule See how add as git submodule? See on bottom of this docs