From 853ec99609fbdb69ccd705fdefc3fa580237ce6a Mon Sep 17 00:00:00 2001 From: drieseng Date: Thu, 31 Dec 2020 13:06:47 +0100 Subject: [PATCH] Prepare for 2020.0.0 release. --- src/Renci.SshNet/Properties/CommonAssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs index cba25630..4941731e 100644 --- a/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs +++ b/src/Renci.SshNet/Properties/CommonAssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("2020.0.0")] [assembly: AssemblyFileVersion("2020.0.0")] -[assembly: AssemblyInformationalVersion("2020.0.0-beta1")] +[assembly: AssemblyInformationalVersion("2020.0.0")] [assembly: CLSCompliant(false)] // Setting ComVisible to false makes the types in this assembly not visible