Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.42 KB

ReleaseNotes.md

File metadata and controls

76 lines (56 loc) · 2.42 KB

New in 0.2.1 (Released 2017/03/27)

  • [Feature] Support ParametersFile

New in 0.2.0 (Released 2017/02/03)

  • [Improvement] Update Cake.Core reference

New in 0.1.9 (Released 2016/10/05)

  • [Bug] Fix AddParameter extension (take 2)

New in 0.1.8 (Released 2016/10/26)

  • [Bug] Fix AddParameter extension

New in 0.1.7 (Released 2016/05/17)

  • [Improvement] Add nuget dependencies
  • [Improvement] Update all packages
  • [Improvement] Setup / Teardown with context

New in 0.1.6 (Released 2016/03/07)

  • [Improvement] Added ability to add SkipRules

New in 0.1.5 (Released 2016/01/16)

  • [Bug] Fixed SolutionInfo link

New in 0.1.4 (Released 2015/12/28)

  • [Improvement] Add xml documentation

New in 0.1.3 (Released 2015/12/10)

  • [Improvement] Add Cake namespace docs
  • [Improvement] Update Cake.Core reference

New in 0.1.2 (Released 2015/11/03)

  • [Improvement] Add ability to set/override sync parameters

New in 0.1.1 (Released 2015/10/29)

  • [Bug] Fix bug in UseSiteName extension

New in 0.1.0 (Released 2015/10/24)

  • [Improvement] Remove Cake.Core from nuget
  • [Improvement] Update Nuget packages

New in 0.0.9 (Released 2015/09/24)

  • [Bug] Fix for deploying to named website path
  • [Improvement] Build WebDeploy and TestSite together
  • [Improvement] Added basic unit-tests

New in 0.0.8 (Released 2015/09/18)

  • [Bug] Fix for extensionless source paths
  • [Improvement] Complete documentation

New in 0.0.7 (Released 2015/07/29)

  • [Improvement] Rename PublishSettings to DeploySettings to prevent a confliction with "Microsoft.Web.Deployment"

New in 0.0.6 (Released 2015/07/28)

  • [Improvement] Added namespace imports

New in 0.0.5 (Released 2015/06/19)

  • [Bug] Fix in appending the port to the publish url
  • [Improvement] Added a troubleshooting page

New in 0.0.4 (Released 2015/06/18)

  • [Improvement] Code documentation
  • [Bug] Missing publish settings extensions
  • [Improvement] Copy tools to test folder
  • [Improvement] Extension name changes

New in 0.0.3 (Released 2015/06/17)

  • [Improvement] Updated documentation
  • [Improvement] Added DeploySettings extensions methods
  • [Improvement] Add custom ports to DeploySettings

New in 0.0.2 (Released 2015/06/17)

  • [Improvement] Added website test project to demostrate publish and deploy.
  • [Improvement] Added PublishUrl to allow the full deployment url to be defined in the settings

New in 0.0.1 (Released 2015/06/16)

  • [Feature] First release.