Browse Source

Bump version since this is no longer 1.0.0.

Douglas Thrift 10 years ago
parent
commit
65b794ec08
3 changed files with 6 additions and 6 deletions
  1. 1 1
      ssh-handler.nsi
  2. 2 2
      ssh-handler/Properties/AssemblyInfo.cs
  3. 3 3
      ssh-handler/ssh-handler.csproj

+ 1 - 1
ssh-handler.nsi

@@ -18,7 +18,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-!define SSH_HANDLER_VERSION "1.0.0"
+!define SSH_HANDLER_VERSION "1.1.0"
 !define SSH_HANDLER_NAME "SSH Handler"
 !define SSH_HANDLER_AUTHOR "Douglas Thrift"
 

+ 2 - 2
ssh-handler/Properties/AssemblyInfo.cs

@@ -30,6 +30,6 @@ using System.Resources;
 //      Build Number
 //      Revision
 //
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
 [assembly: NeutralResourcesLanguageAttribute("en-US")]

+ 3 - 3
ssh-handler/ssh-handler.csproj

@@ -11,6 +11,8 @@
     <AssemblyName>ssh-handler</AssemblyName>
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
+    <IsWebBootstrapper>false</IsWebBootstrapper>
+    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
     <InstallFrom>Disk</InstallFrom>
@@ -22,11 +24,9 @@
     <UpdateRequired>false</UpdateRequired>
     <MapFileExtensions>true</MapFileExtensions>
     <ApplicationRevision>0</ApplicationRevision>
-    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
-    <IsWebBootstrapper>false</IsWebBootstrapper>
+    <ApplicationVersion>1.1.0.%2a</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
-    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>