From b0825b833927ebf25dab69e556dc55e39b5904e4 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 1 Jul 2016 00:49:05 -0700 Subject: [PATCH] minor build bug --- Rakefile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile.rb b/Rakefile.rb index d9f6907..869d751 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -16,6 +16,7 @@ TOOLS = File.expand_path("tools") NUGET = File.expand_path("#{TOOLS}/nuget") NUGET_EXE = File.expand_path("#{TOOLS}/nuget/nuget.exe") @version = ENV['APPVEYOR_REPO_TAG_NAME'] || '0.0.1-alpha1' +@version = @version.sub "v", "" PROJECTS = Dir.glob('src/*').select{|dir| File.directory? dir } desc 'Retrieve things'