diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec
index 3f19be5f8a6c..fce15eb487ae 100644
--- a/build/NuSpecs/UmbracoCms.Core.nuspec
+++ b/build/NuSpecs/UmbracoCms.Core.nuspec
@@ -43,7 +43,7 @@
-
+
diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs
index 2110ddf4e0ce..3ecfd20f03fb 100644
--- a/src/SolutionInfo.cs
+++ b/src/SolutionInfo.cs
@@ -18,5 +18,5 @@
[assembly: AssemblyVersion("8.0.0")]
// these are FYI and changed automatically
-[assembly: AssemblyFileVersion("8.11.0")]
-[assembly: AssemblyInformationalVersion("8.11.0")]
+[assembly: AssemblyFileVersion("8.11.1")]
+[assembly: AssemblyInformationalVersion("8.11.1")]
diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj
index 39fd115d62bb..4b2acbd1146e 100755
--- a/src/Umbraco.Core/Umbraco.Core.csproj
+++ b/src/Umbraco.Core/Umbraco.Core.csproj
@@ -91,7 +91,7 @@
-
+
2.8.0
diff --git a/src/Umbraco.Examine/Umbraco.Examine.csproj b/src/Umbraco.Examine/Umbraco.Examine.csproj
index 91a2fdda99e7..0e0ee6213949 100644
--- a/src/Umbraco.Examine/Umbraco.Examine.csproj
+++ b/src/Umbraco.Examine/Umbraco.Examine.csproj
@@ -56,7 +56,7 @@
all
-
+
3.3.0
runtime; build; native; contentfiles; analyzers
diff --git a/src/Umbraco.Tests/Testing/TestDatabase.cs b/src/Umbraco.Tests/Testing/TestDatabase.cs
index 7567f2a5fa8b..b1ddbd08d478 100644
--- a/src/Umbraco.Tests/Testing/TestDatabase.cs
+++ b/src/Umbraco.Tests/Testing/TestDatabase.cs
@@ -266,26 +266,6 @@ public void InsertBatch(IEnumerable pocos, BatchOptions options = null)
throw new NotImplementedException();
}
- public Task InsertBatchAsync(IEnumerable pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
- public Task UpdateBatchAsync(IEnumerable> pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
- public IAsyncUpdateQueryProvider UpdateManyAsync()
- {
- throw new NotImplementedException();
- }
-
- public int UpdateBatch(IEnumerable> pocos, BatchOptions options = null)
- {
- throw new NotImplementedException();
- }
-
public int Update(string tableName, string primaryKeyName, object poco, object primaryKeyValue)
{
throw new NotImplementedException();
@@ -381,11 +361,6 @@ public IDeleteQueryProvider DeleteMany()
throw new NotImplementedException();
}
- public IAsyncDeleteQueryProvider DeleteManyAsync()
- {
- throw new NotImplementedException();
- }
-
public void Save(T poco)
{
throw new NotImplementedException();
@@ -773,17 +748,8 @@ public Task> SkipTakeAsync(long skip, long take, Sql sql)
#endregion
#region Stuff
- public void BuildPageQueries(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
- {
- throw new NotImplementedException();
- }
- public IAsyncQueryProviderWithIncludes QueryAsync()
- {
- throw new NotImplementedException();
- }
-
- int IDatabase.InsertBatch(IEnumerable pocos, BatchOptions options)
+ public void BuildPageQueries(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
{
throw new NotImplementedException();
}
diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj
index aa34e29efc3f..2ac28aa7d7f5 100644
--- a/src/Umbraco.Tests/Umbraco.Tests.csproj
+++ b/src/Umbraco.Tests/Umbraco.Tests.csproj
@@ -101,7 +101,7 @@
-
+
diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
index 149630b7cf91..01d029cae023 100644
--- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
+++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
@@ -347,9 +347,9 @@
False
True
- 8110
+ 8111
/
- http://localhost:8110
+ http://localhost:8111
False
False
diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index 7d758ced24c4..8890d9cf2589 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -91,7 +91,7 @@
-
+
3.3.0
runtime; build; native; contentfiles; analyzers