Skip to content

Commit

Permalink
feat(core): upd Sitko.Core to 8.2.1 and AntDesign to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Sep 14, 2021
1 parent cc90981 commit a196a76
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions apps/Sitko.Blockly.Demo/Sitko.Blockly.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AntDesign.ProLayout" Version="0.1.6" />
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.0" />
<PackageReference Include="AntDesign.ProLayout" Version="0.1.7" />
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Sitko.Core.Storage.Metadata.Postgres" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Configuration.Vault" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Storage.Metadata.Postgres" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Configuration.Vault" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="8.2.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Sitko.Blockly.AntDesign/Forms/AntBlocklyForm.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</AntDesign.Button>
</span>
<span title="@LocalizationProvider["Delete block"]">
<AntDesign.Popconfirm Placement="@PlacementType.Left" Title="@LocalizationProvider["Delete block?"]"
<AntDesign.Popconfirm Placement="@Placement.Left" Title="@LocalizationProvider["Delete block?"]"
OnConfirm="@(() => DeleteBlock(block))"
OkText="@LocalizationProvider["Delete block"]"
CancelText="@LocalizationProvider["Cancel"]">
Expand Down
2 changes: 1 addition & 1 deletion src/Sitko.Blockly.AntDesign/Sitko.Blockly.AntDesign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Sitko.Blazor.CKEditor.Bundle" Version="3.0.3" />
<PackageReference Include="Sitko.Core.Blazor.AntDesign" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Blazor.AntDesign" Version="8.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Sitko.Blockly.Blazor/Sitko.Blockly.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.App.Blazor" Version="8.2.0" />
<PackageReference Include="Sitko.Core.App.Blazor" Version="8.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Sitko.Core.Blazor.FileUpload" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Blazor.FileUpload" Version="8.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Db.Postgres" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Db.Postgres" Version="8.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Sitko.Blockly/Sitko.Blockly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.App.Web" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Storage" Version="8.2.0" />
<PackageReference Include="Sitko.Core.App.Web" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Storage" Version="8.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Xunit" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Xunit" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="8.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/Sitko.Blockly.Tests/Sitko.Blockly.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Xunit" Version="8.2.0" />
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="8.2.1" />
<PackageReference Include="Sitko.Core.Xunit" Version="8.2.1" />
</ItemGroup>
<!-- Workaround for .NET 6 Preview 7 (https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/#comment-9902)-->
<PropertyGroup>
Expand Down

0 comments on commit a196a76

Please sign in to comment.