Skip to content

Commit d06b76e

Browse files
authored
Merge pull request #41 from Lombiq/issue/OSOE-548
OSOE-548: Upgrade to Orchard Core 1.6 in Orchard-UIKit
2 parents 012ceb2 + 2baf162 commit d06b76e

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

Lombiq.UIKit.Tests.UI/Lombiq.UIKit.Tests.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
28-
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
28+
<PackageReference Include="Lombiq.Tests.UI" Version="7.0.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Lombiq.UIKit/Lombiq.UIKit.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="OrchardCore.Module.Targets" Version="1.5.0" />
40-
<PackageReference Include="OrchardCore.Contents" Version="1.5.0" />
41-
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.5.0" />
42-
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.5.0" />
39+
<PackageReference Include="OrchardCore.Module.Targets" Version="1.6.0" />
40+
<PackageReference Include="OrchardCore.Contents" Version="1.6.0" />
41+
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.6.0" />
42+
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.6.0" />
4343
</ItemGroup>
4444

4545
<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
@@ -48,8 +48,8 @@
4848
</ItemGroup>
4949

5050
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
51-
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.2.0" />
52-
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.3" />
51+
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="6.0.0" />
52+
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.4" />
5353
</ItemGroup>
5454

5555
<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.targets" />

Readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lombiq UI Kit for Orchard Core
22

3-
[![Lombiq.UIKit NuGet](https://img.shields.io/nuget/v/Lombiq.UIKit?label=Lombiq.UIKit)](https://www.nuget.org/packages/Lombiq.UIKit/)
3+
[![Lombiq.UIKit NuGet](https://img.shields.io/nuget/v/Lombiq.UIKit?label=Lombiq.UIKit)](https://www.nuget.org/packages/Lombiq.UIKit/) [![Lombiq.UIKit.Tests.UI NuGet](https://img.shields.io/nuget/v/Lombiq.UIKit.Tests.UI?label=Lombiq.UIKit.Tests.UI)](https://www.nuget.org/packages/Lombiq.UIKit.Tests.UI/)
44

55
## About
66

@@ -20,13 +20,6 @@ For your own styling you can override the default class stylings, or you can cre
2020

2121
If it is needed to add an Id for the container block, then you can do that with the `BlockId` parameter.
2222

23-
## Dependencies
24-
25-
This module has the following dependencies:
26-
27-
- [Lombiq Helpful Libraries for Orchard Core](https://github.com/Lombiq/Helpful-Libraries)
28-
- [Lombiq Node.js Extensions](https://gihub.com/Lombiq/NodeJs-Extensions)
29-
3023
## Contributing and support
3124

3225
Bug reports, feature requests, comments, questions, code contributions and love letters are warmly welcome. You can send them to us via GitHub issues and pull requests. Please adhere to our [open-source guidelines](https://lombiq.com/open-source-guidelines) while doing so.

0 commit comments

Comments
 (0)