From 6e6888c041ce4ffd725c50e0960a2266200ae2e1 Mon Sep 17 00:00:00 2001 From: TalAloni Date: Tue, 14 Apr 2020 21:54:08 +0300 Subject: [PATCH] Incremented version number to 2.2.0 --- StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj b/StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj index f336774..ffe67e1 100644 --- a/StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj +++ b/StandardSocketsHttpHandler/StandardSocketsHttpHandler.csproj @@ -5,7 +5,7 @@ System.Net.Http true true - 2.1.0.0 + 2.2.0.0 Tal Aloni StandardSocketsHttpHandler is a backport of SocketsHttpHandler to .NET Standard 2.0 MIT