- Added powershell parameters documentation
- Made Catalog and ProjectName parameters Optional in deployer
- Fixed an issue with Powershell passing empty strings instead of nulls in parameters
- Replaced parameter type for EraseSensitiveInfo from bool to SwitchParameter in Publish-SsisDeploymentPackage powershell CmdLet
- Added Powershell functionality
- Completely removed Microsoft DTS dependencies from the library. The tool can work standalone with no need to install any dependencies
- Added SsisDeploy application which is capable of deploying any ispac deployment packages
- Added unit tests with 100% code coverage
- Removed SensitiveParameter Build Argument because it was causing runtime issues
- Fixed an issue with Project connections decryption.
- Fixed an issue with EncryptAllByPassword not finding encrypted node
- Added FAKE build
- Added RELEASE_NOTES
- Changed nuget package folder from app to tools