diff --git a/build.cake b/build.cake
index ab831a12..1774f8f1 100644
--- a/build.cake
+++ b/build.cake
@@ -72,7 +72,7 @@ Task("test").Does(() =>
});
});
-Task("report-coverage").Does(() =>
+Task("report-coverage").WithCriteria(() => IsRunningOnLinux()).Does(() =>
{
ReportGenerator(report: $"{publishDir}/coverage.xml", targetDir: $"{publishDir}/coverage", new ReportGeneratorSettings
{
diff --git a/build/common.props b/build/common.props
index ac60a0f2..8cbda325 100644
--- a/build/common.props
+++ b/build/common.props
@@ -1,7 +1,7 @@
- 3.1.0-alpha7
- 3.0.0.0
- 3.0.0.0
+ 3.1.0
+ 3.1.0.0
+ 3.1.0.0
\ No newline at end of file
diff --git a/src/Evolve.Cli/Evolve.Cli.csproj b/src/Evolve.Cli/Evolve.Cli.csproj
index 2c7b9a32..3028d286 100644
--- a/src/Evolve.Cli/Evolve.Cli.csproj
+++ b/src/Evolve.Cli/Evolve.Cli.csproj
@@ -9,12 +9,12 @@
-
+
-
-
+
+
-
+
diff --git a/src/Evolve.Tool/Evolve.Tool.csproj b/src/Evolve.Tool/Evolve.Tool.csproj
index 966d1bf9..f3330525 100644
--- a/src/Evolve.Tool/Evolve.Tool.csproj
+++ b/src/Evolve.Tool/Evolve.Tool.csproj
@@ -46,12 +46,12 @@ Every time you build your project, it will automatically ensure that your databa
-
+
-
-
+
+
-
+
diff --git a/src/Evolve/Evolve.nuspec b/src/Evolve/Evolve.nuspec
index 8d259c3a..ccecf084 100644
--- a/src/Evolve/Evolve.nuspec
+++ b/src/Evolve/Evolve.nuspec
@@ -20,6 +20,7 @@ Every time you build your project, it will automatically ensure that your databa
- #224 Add SQL Server GO delimiter support in SQL comment
- #228 Add new command Validate
- #274 Skip Hidden and System migration files by default
+- #262 Allow to set default DBMS in Evolve constructor to skip auto-detection
## Breaking changes
- #245 Rename the namespace Evolve to `EvolveDb` to avoid name collision when using the class Evolve
diff --git a/test/Evolve.Tests/Evolve.Tests.csproj b/test/Evolve.Tests/Evolve.Tests.csproj
index b088eff2..904b7ca3 100644
--- a/test/Evolve.Tests/Evolve.Tests.csproj
+++ b/test/Evolve.Tests/Evolve.Tests.csproj
@@ -8,16 +8,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers