mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Merge pull request #199 from PetriAsi/update/readme
Update/readme, version bump
This commit is contained in:
commit
794589622a
3 changed files with 23 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# [v.1.9.x] - 2021-07-14
|
||||
|
||||
## Image uploads
|
||||
|
||||
## New features
|
||||
Support for image upload and removes. Just specify filename for -image para-
|
||||
meter when creating or updating item on snipe.
|
||||
Remove image use -image_delete parameter.
|
||||
|
||||
*Snipe It version greater than 5.1.8 is needed to support image parameters.*
|
||||
|
||||
Most of set-commands have new -RequestType parameter that defaults to Patch.
|
||||
If needed request method can be changed from default.
|
||||
|
||||
## New Functions
|
||||
Following new commands have been added to SnipeitPS:
|
||||
- New-Supplier
|
||||
- Set-Supplier
|
||||
- Remove-Supplier
|
||||
- Set-Manufacturer
|
||||
|
||||
|
||||
# [v.1.8.x] - 2021-06-17
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'SnipeitPS'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.8'
|
||||
ModuleVersion = '1.9'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ environment:
|
|||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||
PShell: '5'
|
||||
|
||||
version: 1.8.{build}
|
||||
version: 1.9.{build}
|
||||
|
||||
# Don't rebuild when I tag a release on GitHub
|
||||
skip_tags: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue