Skip to content

Commit

Permalink
Merge branch 'v8/8.11' into v8/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Jan 28, 2021
2 parents 3028159 + e62cef6 commit febb154
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 44 deletions.
2 changes: 1 addition & 1 deletion build/NuSpecs/UmbracoCms.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency id="Serilog.Sinks.Map" version="[1.0.0,1.999999)" />
<dependency id="Serilog.Sinks.Async" version="[1.3.0,1.999999)" />
<dependency id="Umbraco.SqlServerCE" version="[4.0.0.1,4.999999)" />
<dependency id="NPoco" version="[4.0.3,4.999999)" />
<dependency id="NPoco" version="[3.9.4,3.999999)" />
</group>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion src/Umbraco.Core/Umbraco.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</PackageReference>
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="Semver" Version="2.0.4" />
<PackageReference Include="Serilog">
<Version>2.8.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Examine/Umbraco.Examine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="SecurityCodeScan">
<Version>3.3.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
36 changes: 1 addition & 35 deletions src/Umbraco.Tests/Testing/TestDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,26 +266,6 @@ public void InsertBatch<T>(IEnumerable<T> pocos, BatchOptions options = null)
throw new NotImplementedException();
}

public Task<int> InsertBatchAsync<T>(IEnumerable<T> pocos, BatchOptions options = null)
{
throw new NotImplementedException();
}

public Task<int> UpdateBatchAsync<T>(IEnumerable<UpdateBatch<T>> pocos, BatchOptions options = null)
{
throw new NotImplementedException();
}

public IAsyncUpdateQueryProvider<T> UpdateManyAsync<T>()
{
throw new NotImplementedException();
}

public int UpdateBatch<T>(IEnumerable<UpdateBatch<T>> pocos, BatchOptions options = null)
{
throw new NotImplementedException();
}

public int Update(string tableName, string primaryKeyName, object poco, object primaryKeyValue)
{
throw new NotImplementedException();
Expand Down Expand Up @@ -381,11 +361,6 @@ public IDeleteQueryProvider<T> DeleteMany<T>()
throw new NotImplementedException();
}

public IAsyncDeleteQueryProvider<T> DeleteManyAsync<T>()
{
throw new NotImplementedException();
}

public void Save<T>(T poco)
{
throw new NotImplementedException();
Expand Down Expand Up @@ -773,17 +748,8 @@ public Task<List<T>> SkipTakeAsync<T>(long skip, long take, Sql sql)
#endregion

#region Stuff
public void BuildPageQueries<T>(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
{
throw new NotImplementedException();
}

public IAsyncQueryProviderWithIncludes<T> QueryAsync<T>()
{
throw new NotImplementedException();
}

int IDatabase.InsertBatch<T>(IEnumerable<T> pocos, BatchOptions options)
public void BuildPageQueries<T>(long skip, long take, string sql, ref object[] args, out string sqlCount, out string sqlPage)
{
throw new NotImplementedException();
}
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Tests/Umbraco.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<PackageReference Include="Microsoft.Web.Infrastructure" Version="1.0.0.0" />
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>8110</DevelopmentServerPort>
<DevelopmentServerPort>8111</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:8110</IISUrl>
<IISUrl>http://localhost:8111</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web/Umbraco.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</PackageReference>
<PackageReference Include="MiniProfiler" Version="4.0.138" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NPoco" Version="4.0.3" />
<PackageReference Include="NPoco" Version="3.9.4" />
<PackageReference Include="SecurityCodeScan">
<Version>3.3.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit febb154

Please sign in to comment.