Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Releases: aspnet/DotNetTools

2.0.0

14 Aug 13:06
Compare
Choose a tag to compare

Bugs Fixed

  • Change PK creation in sql cache tool to allow multiple table creations (#308)

2.0.0-preview2

28 Jun 06:31
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release
rel/2.0.0-preview2

Cleanup NuGet.config

2.0.0-preview1

10 May 04:30
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

Features

  • dotnet watch --list (#250)
  • Add --version command-line option to tools that don't have it (#228)
  • Make it possible to detect when a process is running inside dotnet-watch (#52)

Bugs Fixed

  • dotnet-watch prints invalid characters in Command Prompt (#265)
  • dotnet-watch --help spits out help twice (#252)
  • Improve error message when GenerateWatchList fails (#249)
  • dotnet-user-secrets breaks when project uses implicit imports (#242)
  • Ensure secrets ID does not contain invalid file name characters (#229)

1.0.1

01 Jun 20:02
Compare
Choose a tag to compare

Bugs Fixed

  • Fix console color output in Command Prompt (#271)

1.1.0-preview4

16 Nov 16:32
Compare
Choose a tag to compare
1.1.0-preview4 Pre-release
Pre-release

Features

  • dotnet-watch: show example usages in help message (#205)

1.0.0-preview3

25 Oct 15:52
Compare
Choose a tag to compare
1.0.0-preview3 Pre-release
Pre-release

Features

  • Cannot specify a log level from the CLI (#142)

Bugs Fixed

  • Improve dotnet-user-secret error message when project path is invalid (#171)
  • dotnet user-secrets --project option does not support relative paths (#170)
  • dotnet watch stops to work when having a resource (resx) file in the project (#139)
  • Dotnet watch doesn't run with certain references (#136)

1.0.0-preview1

16 May 17:23
Compare
Choose a tag to compare
1.0.0-preview1 Pre-release
Pre-release

Features

  • Add support for exit on change scenario (#47)
  • --workingDir should be --working-dir (#17)

Bugs Fixed

  • Incorrect -- passed to commands (#81)
  • Watching projects in folders with same prefix doesn't work (#75)
  • dnx-watch hangs/is not notified about file changes on CoreClr on Mac OS (#21)
  • files included in the project with "compile" are not watched (#19)
  • Remove unneeded code (#16)

1.0.0-preview2

27 Jun 14:52
Compare
Choose a tag to compare
1.0.0-preview2 Pre-release
Pre-release

Features

  • Simplify watcher arguments proposal (#105)

Bugs Fixed

  • Clean up package metadata and pre-Core references (#104)
  • Rename environment variable used to enable polling (#101)
  • Changes to an excluded file is triggering a restart (#90)

1.0.0-rc1

18 Nov 15:31
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Microsoft.Dnx.Watcher

1.0.0-beta8

15 Oct 17:29
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Microsoft.Dnx.Watcher

Features

  • Implement dnx-watch (#2)

Bugs Fixed

  • Broken on mono (#5)