Skip to content

Releases: Squidex/squidex-samples

cli-v4.3

18 Feb 14:35
Compare
Choose a tag to compare
Upgrade nguet and build

cli-v4.1

12 Jan 19:19
Compare
Choose a tag to compare
Generate test data.

cli-v4.0.2: Convert CLI to dotnet tool (#36)

13 Dec 11:58
Compare
Choose a tag to compare
* Convert CLI to dotnet tool

This converts the CLI into a dotnet tool (https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install) so that it can be installed via `dotnet tool install` rather than downloading binaries off of github.

BREAKING CHANGE: The assembly name of the compiled output was changed from `sq` to `Squidex.CLI` to comply with nuget standards.

* Allow sq assembly name for all but nuget tool build

For the dotnet tool build packing it means we also have to specify

    dotnet pack -p:PackDotnetTool=1 ...

* Publish cli dotnet tool on build

cli-v4.0.1

15 Nov 17:25
Compare
Choose a tag to compare
CLI updated

cli-v4.0

13 Nov 20:27
Compare
Choose a tag to compare
Fix build.

CLI v3.3

23 Sep 21:31
Compare
Choose a tag to compare

Features

  • Migration to .NET Core 3.0

CLI v3.2

20 Sep 17:57
Compare
Choose a tag to compare

Bugfixes

CLI v3.1

17 Sep 21:12
Compare
Choose a tag to compare

Updates

  • Info endpoint

CLI v3.0

21 Jul 09:31
Compare
Choose a tag to compare

Features

  • Adapted to Squidex 3.0, not compatible with older versions.

CLI v1.6

11 Jul 07:28
Compare
Choose a tag to compare
cli-v1.6

Fix in CLI.