Skip to content

Commit

Permalink
New Release (0.7)
Browse files Browse the repository at this point in the history
4 new cmdlets

* Support of PowerShell (Core) 6 (tested on Linux/Ubuntu and MacOS) (PowerAruba#74)
* new parameter (-SkipCertificateCheck) when want to connect using HTTPS to unsecure switch (with no valid certificate) (PowerAruba#74)
* Adding DNS support (Get/Set/Remove DNS server and domain names)( PowerAruba#72 PowerAruba#73)
* Fix using Get-ArubaSWSystemStatus with VSF/Stacked Switch (PowerAruba#75)
  • Loading branch information
alagoutte committed Feb 21, 2019
1 parent 1750ad4 commit 359b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerArubaSW/PowerArubaSW.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerArubaSW.psm1'

# Version number of this module.
ModuleVersion = '0.6'
ModuleVersion = '0.7'

# Supported PSEditions
#CompatiblePSEditions = @('Desktop', 'Core')
Expand Down

0 comments on commit 359b6a2

Please sign in to comment.