Updated for release v1.5

This commit is contained in:
Petri Asikainen 2021-06-08 16:49:22 +03:00
parent 8fad0f653c
commit 727c1b4785
2 changed files with 3 additions and 4 deletions

View file

@ -21,16 +21,15 @@ Update-Module SnipeitPS
# To use each session:
Import-Module SnipeitPS
Set-Info -URL 'https://asset.example.com' -apiKey 'tokenKey'
Set-SnipeItInfo -URL 'https://asset.example.com' -apiKey 'tokenKey'
```
### Usage
```powershell
# Review the help at any time!
Get-Help about_SnipeitPS
Get-Command -Module SnipeitPS
Get-Help Get-Asset -Full # or any other command
Get-Help Get-SnipeItAsset -Full # or any other command
```
### Reporting bugs and issues
Please use -Verbose switch with command you have problem with.

View file

@ -12,7 +12,7 @@
RootModule = 'SnipeItPS'
# Version number of this module.
ModuleVersion = '1.4'
ModuleVersion = '1.5'
# Supported PSEditions
# CompatiblePSEditions = @()