Skip to content

Releases: desjardinsm/RicohAddressBook

v1.1.0

16 Feb 19:35
v1.1.0
aa999cf
Compare
Choose a tag to compare

Add autocompletion for -Title2, -Title3, and -DisplayPriority

This is done through a [ValidateSet()] attribute on these parameters for
both the Add and Update functions. These are already validated to be in
the correct range through a [ValidateRange()] attribute, but having
[ValidateSet()] also allows PowerShell to autocomplete the expected
range for these parameters.

v1.1.0-pre.1

14 Feb 18:05
v1.1.0-pre.1
aa999cf
Compare
Choose a tag to compare
v1.1.0-pre.1 Pre-release
Pre-release

Add autocompletion for -Title2, -Title3, and -DisplayPriority

This is done through a [ValidateSet()] attribute on these parameters for
both the Add and Update functions. These are already validated to be in
the correct range through a [ValidateRange()] attribute, but having
[ValidateSet()] also allows PowerShell to autocomplete the expected
range for these parameters.

v1.0.0

09 Feb 20:00
v1.0.0
ac22176
Compare
Choose a tag to compare

First official release