소스 검색

Prepare for 2016.0.0 beta 2.

Gert Driesen 9 년 전
부모
커밋
7342357a58
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      build/nuget/SSH.NET.nuspec
  2. 1 1
      src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

+ 1 - 1
build/nuget/SSH.NET.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     <metadata>
         <id>SSH.NET</id>
-        <version>2016.0.0-beta1</version>
+        <version>2016.0.0-beta2</version>
         <title>SSH.NET</title>
         <authors>Renci</authors>
         <owners>olegkap,drieseng</owners>

+ 1 - 1
src/Renci.SshNet/Properties/CommonAssemblyInfo.cs

@@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyVersion("2016.0.0")]
 [assembly: AssemblyFileVersion("2016.0.0")]
-[assembly: AssemblyInformationalVersion("2016.0.0-beta1")]
+[assembly: AssemblyInformationalVersion("2016.0.0-beta2")]
 [assembly: CLSCompliant(false)]
 
 // Setting ComVisible to false makes the types in this assembly not visible