Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sshnet/SSH.NET into integ…
Browse files Browse the repository at this point in the history
…ration-tests-mstests
  • Loading branch information
WojciechNagorski committed Aug 26, 2023
2 parents 6f567ec + 4cdedf6 commit 77b27e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Renci.SshNet/Properties/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
[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
Expand Down

0 comments on commit 77b27e5

Please sign in to comment.