Skip to content

Commit 7342357

Browse files
committed
Prepare for 2016.0.0 beta 2.
1 parent 35599b4 commit 7342357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/nuget/SSH.NET.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SSH.NET</id>
5-
<version>2016.0.0-beta1</version>
5+
<version>2016.0.0-beta2</version>
66
<title>SSH.NET</title>
77
<authors>Renci</authors>
88
<owners>olegkap,drieseng</owners>

src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

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

0 commit comments

Comments
 (0)