Skip to content

Commit

Permalink
Merge pull request #816 from Lombiq/issue/OSOE-617
Browse files Browse the repository at this point in the history
OSOE-617: Content management API client in Lombiq.OrchardCoreApiClient
  • Loading branch information
Piedone authored Jul 17, 2024
2 parents 2be2f91 + 66bbe67 commit 71b9272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Lombiq.Hosting.Tenants.Management.Tests.UI" Version="7.0.1" />
<PackageReference Include="Lombiq.JsonEditor.Tests.UI" Version="7.0.2" />
<PackageReference Include="Lombiq.LoginAsAnybody.Tests.UI" Version="3.0.0" />
<PackageReference Include="Lombiq.OrchardCoreApiClient.Tests.UI" Version="5.0.1-alpha.1.osoe-838" />
<PackageReference Include="Lombiq.OrchardCoreApiClient.Tests.UI" Version="5.0.1-alpha.2.osoe-617" />
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="8.0.1" />
<PackageReference Include="Lombiq.HelpfulExtensions.Tests.UI" Version="8.0.1" />
<PackageReference Include="Lombiq.Tests.UI" Version="10.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note that this solution also has an Orchard 1 counterpart, [Lombiq's Open-Source
- [`Lombiq.HelpfulLibraries.Refit`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Refit): Adds helpers for working with [Refit](https://github.com/reactiveui/refit).
- [`Lombiq.HelpfulLibraries.RestEase`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.RestEase): Adds a typed HTTP client to the service collection using RestEase.
- [`Lombiq.HelpfulLibraries.Targets`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Targets): Targets project which references all Helpful Libraries. Only necessary for NuGet publishing, just as _Lombiq.HelpfulLibraries.sln_.
- [`Lombiq.OrchardCoreApiClient`](https://github.com/Lombiq/Orchard-Core-API-Client): A client library for communicating with the [Orchard Core](https://www.orchardcore.net/) web APIs, it contains an implementation for the tenant management API and a console application for testing and demonstration.
- [`Lombiq.OrchardCoreApiClient`](https://github.com/Lombiq/Orchard-Core-API-Client): A client library for communicating with the [Orchard Core](https://www.orchardcore.net/) web APIs, it contains an implementation for the tenant and content management APIs and a console application for testing and demonstration.

### Modules

Expand Down

0 comments on commit 71b9272

Please sign in to comment.