Skip to content

Releases: tomlm/CShell

v2.0.0 Release

02 May 19:04

Choose a tag to compare

Changes

  • fixed bug in recursive dir() where it would return file name without path.
    Bumped version to 2.0 because this is a breaking change
  • Updated templates to 2.0

v1.5.0

16 Dec 20:21

Choose a tag to compare

  • Added .Exists()
  • Added .ExistsFile()
  • Added .ExistsDirectory()
  • Added .exists()

1.4.0

17 Aug 18:53

Choose a tag to compare

  • Added Start() method for detached processess (you can monitor process but not access input/output)
  • Added Run(Action, process, arg1, arg2) signature to control options for starting processes
  • Added echo() method for piping strings/streams into .Run() commands.
  • Added CShellNet.Globals which enables top-level mainless .cs/.csx projects