The type or namespace name 'ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Master has been broken for a long while, as of now I just merged semver back in master so you can try again. The master that was on there was broken indeed in many interesting ways. :)
Seb
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: The "RunCommand" task failed unexpectedly.
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: System.ArgumentException: Version string portion was too short or too long.
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: at System.Version.TryParseVersion(String version, VersionResult& result)
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: at System.Version.Parse(String input)
g:\tmp\openrasta-openwrap-5d13754\build\build.proj(29,5): error MSB4018: at System.Version..ctor(String version)
from versionFolder in Directory.GetDirectories(dotNetPath, "v*")
C:\>o get-help
# OpenWrap Shell 2.0.0.10
# Copyright c naughtyProd Limited 2009-2011
# Using C:\Users\knosov\AppData\Local\openwrap\wraps\_cache\openwrap-2.0.3.26\bin-net35\OpenWrap.dll (2.0.3.26)
The term 'get-help' is not a recognized command or alias. Check the spelling or enter 'get-help' to get a list of available commands.
C:\>o get-help
# OpenWrap v2.0.3+26 (shell v2.1.0)
The term 'get-help' is not a recognized command or alias. Check the spelling or enter 'get-help' to get a list of available commands.
internal class Program
{
static int Main(string[] args)
{
var rootPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "openwrap");
var wrapsPath = Path.Combine(rootPath, "wraps");
var cachePath = Path.Combine(wrapsPath, "_cache");
return (int)new BootstrapRunner("o.exe", rootPath, new[] { "openwrap"}, "http://wraps.openwrap.org/", new ConsoleNotifier()).Run(args);
}
}