Skip to content

Commit acda143

Browse files
committed
Prepare for 2020.0.1 release
1 parent a06522c commit acda143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
[assembly: AssemblyDescription("SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.")]
66
[assembly: AssemblyCompany("Renci")]
77
[assembly: AssemblyProduct("SSH.NET")]
8-
[assembly: AssemblyCopyright("Copyright © Renci 2010-2020")]
8+
[assembly: AssemblyCopyright("Copyright © Renci 2010-2021")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("2020.0.0")]
13-
[assembly: AssemblyFileVersion("2020.0.0")]
14-
[assembly: AssemblyInformationalVersion("2020.0.0")]
12+
[assembly: AssemblyVersion("2020.0.1")]
13+
[assembly: AssemblyFileVersion("2020.0.1")]
14+
[assembly: AssemblyInformationalVersion("2020.0.1")]
1515
[assembly: CLSCompliant(false)]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)