From 45c48cff4056d917654668c9d4589fe774885450 Mon Sep 17 00:00:00 2001 From: AmanAgnihotri Date: Fri, 15 Apr 2022 09:15:36 +0530 Subject: [PATCH] Update README --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 55c9de5..6a6b639 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@

# Branca -> A .NET 5 library for generating and validating Branca tokens. +> A .NET 6 library for generating and validating Branca tokens. ![Status][1] [![Nuget][2]][5] [![Downloads][3]][5] ![License][4] @@ -254,8 +254,8 @@ if (branca.TryDecode(token, out byte[] data, out uint createTime)) ### License -Branca is a .NET 5 library for generating and validating Branca tokens. -Copyright © 2021 Aman Agnihotri (amanagnihotri@pm.me) +Branca is a .NET 6 library for generating and validating Branca tokens. +Copyright © 2022 Aman Agnihotri (amanagnihotri@pm.me) Branca is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published