KelvinTegelaar / AutotaskAPI

Autotask 2020.2 REST API PowerShell wrapper
https://cyberdrain.com
MIT License
67 stars 25 forks source link

Remove dot from RootModule to make the module compatible with Linux too #56

Closed Get-ThingsRubenMade closed 7 months ago

Get-ThingsRubenMade commented 1 year ago

As the title describes, having the dot in the value for RootModule causes any Linux distro to give the error

Import-Module: The given assembly name was invalid.

This minor change makes the module work out of the box on Linux, while keeping it's functionality on Windows too.