We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35599b4 commit 7342357Copy full SHA for 7342357
build/nuget/SSH.NET.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>SSH.NET</id>
5
- <version>2016.0.0-beta1</version>
+ <version>2016.0.0-beta2</version>
6
<title>SSH.NET</title>
7
<authors>Renci</authors>
8
<owners>olegkap,drieseng</owners>
src/Renci.SshNet/Properties/CommonAssemblyInfo.cs
@@ -11,7 +11,7 @@
11
12
[assembly: AssemblyVersion("2016.0.0")]
13
[assembly: AssemblyFileVersion("2016.0.0")]
14
-[assembly: AssemblyInformationalVersion("2016.0.0-beta1")]
+[assembly: AssemblyInformationalVersion("2016.0.0-beta2")]
15
[assembly: CLSCompliant(false)]
16
17
// Setting ComVisible to false makes the types in this assembly not visible
0 commit comments