Releases: Squidex/squidex-samples
Releases · Squidex/squidex-samples
cli-v4.3
Upgrade nguet and build
cli-v4.1
Generate test data.
cli-v4.0.2: Convert CLI to dotnet tool (#36)
* 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
CLI updated
cli-v4.0
Fix build.
CLI v3.3
Features
- Migration to .NET Core 3.0
CLI v3.2
Bugfixes
- Fixed a bug with validators, many thanks to: https://github.com/freakingawesome
CLI v3.1
Updates
- Info endpoint
CLI v3.0
Features
- Adapted to Squidex 3.0, not compatible with older versions.
CLI v1.6
cli-v1.6 Fix in CLI.