1.1.0
This is a minor release adding the ability to enable the chromium developer tools.
You can do so by calling builder.UseDeveloperTools();
inside of your Program.cs
.
The templates have been updated to add this by default and an example can be seen the README.