diff --git a/build/version.props b/build/version.props index 75d3e87..7bc0964 100644 --- a/build/version.props +++ b/build/version.props @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 devbuild diff --git a/templates/Alloy.Mvc/App_Data/Alloy.Mvc.1.mdf b/templates/Alloy.Mvc/App_Data/Alloy.Mvc.1.mdf index c5b3b6c..e13f3cd 100644 Binary files a/templates/Alloy.Mvc/App_Data/Alloy.Mvc.1.mdf and b/templates/Alloy.Mvc/App_Data/Alloy.Mvc.1.mdf differ diff --git a/templates/Alloy.Mvc/README.md b/templates/Alloy.Mvc/README.md index 29d37e4..5c64297 100644 --- a/templates/Alloy.Mvc/README.md +++ b/templates/Alloy.Mvc/README.md @@ -10,7 +10,7 @@ Chose one of the following options to get started. Prerequisities - .NET SDK 10+ -- SQL Server 2016 Express LocalDB (or later) +- SQL Server 2017 Express LocalDB, compatability level 140 (or later) ```bash $ dotnet run diff --git a/templates/Cms.Empty/App_Data/Cms.Empty.1.mdf b/templates/Cms.Empty/App_Data/Cms.Empty.1.mdf index c5b3b6c..e13f3cd 100644 Binary files a/templates/Cms.Empty/App_Data/Cms.Empty.1.mdf and b/templates/Cms.Empty/App_Data/Cms.Empty.1.mdf differ diff --git a/templates/Cms.Empty/README.md b/templates/Cms.Empty/README.md index 48eea87..404a8c2 100644 --- a/templates/Cms.Empty/README.md +++ b/templates/Cms.Empty/README.md @@ -8,7 +8,7 @@ Chose one of the following options to get started. Prerequisities - .NET SDK 10+ -- SQL Server 2016 Express LocalDB (or later) +- SQL Server 2017 Express LocalDB, compatability level 140 (or later) ```bash $ dotnet run