Skip to content

v0.11.1

Compare
Choose a tag to compare
@devblackops devblackops released this 02 Oct 04:49
· 214 commits to master since this release
f60bf5c

[0.11.1] 2018-10-01

Fixed

  • Remove obsolete DLLs associated with the Teams backend and Azure Service Bus. These DLLs are not needed and attempting to load them was causing issues in Windows PowerShell.

  • #118 Force module import to pick up changes.
    When importing a plugin, Use "Import-Module -Force" to make PowerShell re-import the module even if it is already loaded and the version has not changed. This fixes an issue during plugin development where functions are added or modified without bumping the version number. (via @Tadas)