diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec
index 3f19be5f8a..fce15eb487 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 2110ddf4e0..3ecfd20f03 100644
--- a/src/SolutionInfo.cs
+++ b/src/SolutionInfo.cs
@@ -18,5 +18,5 @@ using System.Resources;
[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 ae0430fc8d..5638112b0d 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 91a2fdda99..0e0ee62139 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 7567f2a5fa..b1ddbd08d4 100644
--- a/src/Umbraco.Tests/Testing/TestDatabase.cs
+++ b/src/Umbraco.Tests/Testing/TestDatabase.cs
@@ -266,26 +266,6 @@ namespace Umbraco.Tests.Testing
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 @@ namespace Umbraco.Tests.Testing
throw new NotImplementedException();
}
- public IAsyncDeleteQueryProvider DeleteManyAsync()
- {
- throw new NotImplementedException();
- }
-
public void Save(T poco)
{
throw new NotImplementedException();
@@ -773,21 +748,12 @@ namespace Umbraco.Tests.Testing
#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)
- {
- throw new NotImplementedException();
- }
-
#endregion
}
}
diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj
index 0e1244d5a4..0ec48730ac 100644
--- a/src/Umbraco.Tests/Umbraco.Tests.csproj
+++ b/src/Umbraco.Tests/Umbraco.Tests.csproj
@@ -104,7 +104,7 @@
4.14.5
-
+
diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
index 149630b7cf..01d029cae0 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 35218e5787..2613a5d286 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -97,7 +97,7 @@
-
+
3.3.0
runtime; build; native; contentfiles; analyzers