From f78aed3919c63fbb2eb8db531dd46e6d4e6c399f Mon Sep 17 00:00:00 2001 From: Vladimir Portyanikhin Date: Mon, 4 Jul 2022 10:54:46 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ae145f..936066f 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ Run the following commands in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console): ```shell -PM> Install-Package SharpProp -Version 4.2.0 +PM> Install-Package SharpProp -Version 4.2.1 ``` ```shell -PM> Install-Package VCRC -Version 2.1.0 +PM> Install-Package VCRC -Version 2.1.1 ``` Or add this to the `.csproj` file: ```xml - - + + ```