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 image: Visual Studio 2019
platform: Any CPU platform: Any CPU
configuration: Release configuration: Release
version: 2.0.{build}
# Automatically register private account and/or project AppVeyor NuGet feeds. # Automatically register private account and/or project AppVeyor NuGet feeds.
nuget: nuget:

View File

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

View File

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

View File

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

View File

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

View File

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