Skip to content

0.6.0

Choose a tag to compare

@RemyDuijkeren RemyDuijkeren released this 15 Jul 23:39

Added

  • Scaffolded WebResources project: clone creates a TypeScript + Rollup project under WebResources/ — wired to push from day one.
  • push --assemblyonly: push only the plugin assembly, skipping web resource sync.
  • push --force: force-register a plugin assembly even when the content hash has not changed.
  • Solution version in status: flowline status shows the solution version alongside environment and auth info.
  • generate standalone mode: flowline generate runs outside a full Flowline project context.

Changed

  • push --save renamed to push --no-delete — opts out of orphan cleanup.
  • push --dll renamed to push --pluginFile.
  • PAC clone/sync output moved into Package/ subfolder — repo root stays clean.
  • --json flag removed from commands.

Fixed

  • Flowline.Attributes NuGet: PackagePath corrected for content files so the source-only package distributes correctly.