Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.79 KB

RELEASE_NOTES.md

File metadata and controls

72 lines (49 loc) · 2.79 KB

0.5.7-beta002 - 2019-10-02

  • BUGFIX: Logary loading threading issues

0.5.6 - 2019-05-06

  • BUGFIX: Dealing with processor info issues on linux (#44)

0.5.5 - 2019-04-16

  • BUGFIX: Dealing with encoding issues
  • MINOR: MsBuild packages to 16.0.461

0.5.4 - 2018-10-16

  • BUGFIX: Fixed the RunCommand location when a runtime is specified #42

0.5.3 - 2018-03-06

0.5.2 - 2018-03-06

  • BUGFIX: Bump Microsoft.Build nuget to work with dotnet 2.1.101 sdk #39

0.5.1 - 2018-03-06

  • BUGFIX: Don't be too aggressive with filtering out -- #37

0.5.0 - 2018-03-05

  • FEATURE:Match dotnet run with additional argument syntax (#35)

0.4.0 - 2018-02-27

  • FEATURE: Better error handling (#34)

0.3.4 - 2018-01-12

  • BUGFIX: Fix msbuild errors (#28)

0.3.3 - 2018-01-12

  • BUGFIX: Add Purge System.Net.Http.dll (#26)

0.3.2 - 2017-12-11

  • MINOR: Support Platform and potentially other build locations (#24)

0.3.1 - 2017-11-21

0.3.0 - 2017-10-27

  • FEATURE: Added --no-restore and --no-build flags (#19)

0.2.1 - 2017-10-03.

  • BUGFIX: added prefercliruntime (#17)

0.2.0 - 2017-09-26

  • FEATURE: netcoreapp2.0 support (#15)
  • MINOR: target lowest FSharp.Core possible : 4.1.17

0.1.6 - 2017-09-04

  • MINOR: Better logging (#13)

0.1.5 - 2017-07-19

  • MINOR: Better finding exe logic (#9)

0.1.4 - 2017-06-18

  • BUGFIX: Don't force --restore to be able to run xplat independently of runtime (#2)
  • BUGFIX: Fix child process killing bug (#5)
  • MINOR: Infer FrameworkPathOverride using which mono (#6)

0.1.2 - 2017-05-04

  • MINOR: Fix nuget information

0.1.1 - 2017-05-04

  • BUGFIX: Use Runtime output folder when running

0.1.0 - 2017-02-04

  • Initial release