mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Fix versioning
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net20;net40</TargetFrameworks>
|
||||
<!-- AppVeyor -->
|
||||
<Version></Version>
|
||||
<RootNamespace>winsw</RootNamespace>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net20;net40</TargetFrameworks>
|
||||
<!-- AppVeyor -->
|
||||
<Version></Version>
|
||||
<RootNamespace>winsw.Plugins.RunawayProcessKiller</RootNamespace>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net20;net40</TargetFrameworks>
|
||||
<!-- AppVeyor -->
|
||||
<Version></Version>
|
||||
<RootNamespace>winsw.Plugins.SharedDirectoryMapper</RootNamespace>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net20;net40</TargetFrameworks>
|
||||
<!-- AppVeyor -->
|
||||
<Version></Version>
|
||||
<RootNamespace>winswTests</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user