diff --git a/README.md b/README.md index eb89ff3..d288143 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # vpm A package Manager for VVVV +[![Build status](https://ci.appveyor.com/api/projects/status/e78ort36tplgcjku?svg=true)](https://ci.appveyor.com/project/microdee/vpm) + ## Motivation In vvvv packs plugins and other externals are not coming in proper packages with meta information attached to them, usually they are just a collection of files at the right places extracted from an archive mostly. In itself it wouldn't be a problem as isolated packs are recognized and loaded into vvvv quite well. Problem starts when there are packs depending on X number of other packs. And with ~ 630 externals listed only on vvvv.org + more experimental, pre-release packs circulating on github that actually happens quite some time. diff --git a/appveyor.yml b/appveyor.yml index 9e4e007..bf11c27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ version: 1.1.{build} +pull_requests: + do_not_increment_build_number: true +skip_tags: true configuration: Debug platform: Any CPU before_build: diff --git a/src/vpm/Program.cs b/src/vpm/Program.cs index a283b7d..2cbbb25 100644 --- a/src/vpm/Program.cs +++ b/src/vpm/Program.cs @@ -13,7 +13,7 @@ static void Main(string[] args) { Console.WriteLine(""); Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("vpm 1.1.3 at your service!"); + Console.WriteLine("vpm at your service!"); Console.ResetColor(); try {