ChangeLog - sapiens/MakeSharp GitHub Wiki

ver 1.1.0

  • Added ReleasePathForAssembly method to Project . It returns the path of a specified assembly name found in the project's release dir. Great to get a dependency assembly path.
  • Added ReleaseDirOffset property to Project . It's used to specify an offset from the normal Release directory. E.g: Net45 - > bin/Release/Net45
  • MakeSharp.Windows.Helpers: added Robocopy helper, which executes robocopy.exe to copy files.

ver 1.0.0

  • Initial release.