beatcracker / VSCELicense

PowerShell module to get and set Visual Studio Community Edition license expiration date in registry
Microsoft Public License
304 stars 95 forks source link

Added required assembly import #2

Closed bitsadmin closed 5 years ago

beatcracker commented 5 years ago

Hi there, thanks for your contribution!

Did you have issues with assembly not being loaded when you import module? Because there is RequiredAssemblies = 'System.Security' in VSCELicense.psd1 for this purpose.

bitsadmin commented 5 years ago

Ah, I see. I directly imported the .psm1 file instead of providing it the path to the directory.

Nevermind and thanks for this useful utility! :)