File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) ,
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ # [ v.1.9.x] - 2021-07-14
9+
10+ ## Image uploads
11+
12+ ## New features
13+ Support for image upload and removes. Just specify filename for -image para-
14+ meter when creating or updating item on snipe.
15+ Remove image use -image_delete parameter.
16+
17+ * Snipe It version greater than 5.1.8 is needed to support image parameters.*
18+
19+ Most of set-commands have new -RequestType parameter that defaults to Patch.
20+ If needed request method can be changed from default.
21+
22+ ## New Functions
23+ Following new commands have been added to SnipeitPS:
24+ - New-Supplier
25+ - Set-Supplier
26+ - Remove-Supplier
27+ - Set-Manufacturer
28+
829
930# [ v.1.8.x] - 2021-06-17
1031
Original file line number Diff line number Diff line change 1212RootModule = ' SnipeitPS'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.8 '
15+ ModuleVersion = ' 1.9 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ environment:
1717 secure : UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
1818 PShell : ' 5'
1919
20- version : 1.8 .{build}
20+ version : 1.9 .{build}
2121
2222# Don't rebuild when I tag a release on GitHub
2323skip_tags : true
You can’t perform that action at this time.
0 commit comments