Fix versioning

pull/352/head
NextTurn 2018-12-08 00:00:00 +08:00
parent afadf8f2b2
commit 6e9d25a7b5
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
6 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,7 @@ skip_branch_with_pr: true
image: Visual Studio 2019
platform: Any CPU
configuration: Release
version: 2.0.{build}
# Automatically register private account and/or project AppVeyor NuGet feeds.
nuget:

View File

@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net20;net40</TargetFrameworks>
<!-- AppVeyor -->
<Version></Version>
<AssemblyTitle>Windows Service Wrapper</AssemblyTitle>
<Description>Allows arbitrary process to run as a Windows service by wrapping it.</Description>
<Company>CloudBees, Inc.</Company>

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net20;net40</TargetFrameworks>
<!-- AppVeyor -->
<Version></Version>
<RootNamespace>winsw</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net20;net40</TargetFrameworks>
<!-- AppVeyor -->
<Version></Version>
<RootNamespace>winsw.Plugins.RunawayProcessKiller</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net20;net40</TargetFrameworks>
<!-- AppVeyor -->
<Version></Version>
<RootNamespace>winsw.Plugins.SharedDirectoryMapper</RootNamespace>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net20;net40</TargetFrameworks>
<!-- AppVeyor -->
<Version></Version>
<RootNamespace>winswTests</RootNamespace>
</PropertyGroup>