Skip to content

Commit 589e987

Browse files
committed
Update version to 2016.0.0 beta1.
Update version to 2016.0.0 beta1.
1 parent 5ce2234 commit 589e987

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
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-2014")]
8+
[assembly: AssemblyCopyright("Copyright © Renci 2010-2016")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("2014.4.6")]
13-
[assembly: AssemblyFileVersion("2014.4.6")]
14-
[assembly: AssemblyInformationalVersion("2014.4.6-beta2")]
12+
[assembly: AssemblyVersion("2016.0.0")]
13+
[assembly: AssemblyFileVersion("2016.0.0")]
14+
[assembly: AssemblyInformationalVersion("2016.0.0-beta1")]
1515
[assembly: CLSCompliant(false)]
1616

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

0 commit comments

Comments
 (0)