mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Merge branch 'master' of https://github.com/sshnet/SSH.NET into integration-tests-mstests
This commit is contained in:
@@ -5,13 +5,13 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyDescription("SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.")]
|
||||
[assembly: AssemblyCompany("Renci")]
|
||||
[assembly: AssemblyProduct("SSH.NET")]
|
||||
[assembly: AssemblyCopyright("Copyright © Renci 2010-2017")]
|
||||
[assembly: AssemblyCopyright("Copyright © Renci 2010-2021")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: AssemblyVersion("2017.0.0")]
|
||||
[assembly: AssemblyFileVersion("2017.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("2017.0.0-beta1")]
|
||||
[assembly: AssemblyVersion("2020.0.1")]
|
||||
[assembly: AssemblyFileVersion("2020.0.1")]
|
||||
[assembly: AssemblyInformationalVersion("2020.0.1")]
|
||||
[assembly: CLSCompliant(false)]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
|
||||
Reference in New Issue
Block a user