We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update syntax
Alignment changes Alignment changes to keep line wide down.
Update for 2.0.0 Update the wiki for martincostello/sqllocaldb#41.
Update .NET Framework version support Update the details about the version of the .NET Framework supported from 3.5 SP1 to 4.0.
Add SQL Server 2016 to supported versions Add SQL Serer LocalDB 2016 to the list of supported versions.
Add syntax highlighting Add syntax highlighting to code examples for command prompt, C# and XML.
Changed to use var to prevent the code wrapping in GitHub.
Updated Home.md to include some very basic examples and reference the new Examples Wiki page.
Changed "setup" to "set up".
Updated terminology to "public API".
Added note stating that once the SQL LocalDB Instance API is loaded into the process it cannot be unloaded to change versions.
Fixed typo.
Fixed the Runtime Requirements section incorrectly asserting that .NET 2.0 is required as a minimum. The actual requirement is .NET 3.5 SP1.
Added note about changing the stopOptions to setting to improve performance when instances are stopped frequently.
Added some additional content to Home.md about runtime requirements and behaviour.
Updated configuration link.
Updated Home (markdown)
Initial Home page