Skip to content

Commit

Permalink
Merge branch 'release/4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 30, 2020
2 parents 240b9f9 + 4c1db1f commit 80b546f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG SQUIDEX__VERSION=4.0.0
WORKDIR /src

# Copy nuget project files.
COPY backend/*.sln backend/NuGet.Config ./
COPY backend/*.sln ./

# Copy the main source project files
COPY backend/src/*/*.csproj ./
Expand Down
7 changes: 0 additions & 7 deletions backend/NuGet.Config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<ItemGroup>
<PackageReference Include="Fluid.Core.Squidex" Version="1.0.0-beta" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
<PackageReference Include="Jint" Version="3.0.0-beta-1884" />
<PackageReference Include="Markdig" Version="0.22.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.8" />
<PackageReference Include="Microsoft.OData.Core" Version="7.7.2" />
<PackageReference Include="NJsonSchema" Version="10.2.2" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="Squidex.Jint" Version="3.0.0-beta-0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ng-container content>
<sqx-list-view [isLoading]="assetsState.isLoading | async">
<ng-container header>
<sqx-asset-path [path]="assetsState.path | async" (navigate)="assetsState.navigate($event)"></sqx-asset-path>
<sqx-asset-path [path]="assetsState.path | async" (navigate)="assetsState.navigate($event.id)"></sqx-asset-path>
</ng-container>

<div content>
Expand Down

0 comments on commit 80b546f

Please sign in to comment.