mirror of https://github.com/winsw/winsw
Fix versioning
parent
afadf8f2b2
commit
6e9d25a7b5
|
@ -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:
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue