Skip to content

v1.1.0

Compare
Choose a tag to compare
@tobiaszuercher tobiaszuercher released this 06 Mar 23:30
· 38 commits to master since this release

First release after huge refactoring.

Refactor all Powershell Cmdlets away because of maintenance hell. All the logic happens inside of transformer.exe command line tool. The Visual Studio NuGet Package Manager (Install-Package Transformer.VisualStudio) extension still uses PowerShell, but i'ts just a wrapper which calls transformer.exe.

New Features

  • Encryption of variable values

Breaking changes:

  • .powerdeploy folder needs to be named .transformer
  • Default value is now ${variablename:defaultvalue} instead of ${variablename=defaultvalue} (makes it less confusing if combined with an if statement)