We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d486b45 commit ea5f645Copy full SHA for ea5f645
ITGlueAPI/ITGlueAPI.psd1
@@ -9,7 +9,7 @@
9
@{
10
11
# Script module or binary module file associated with this manifest
12
- RootModule = '.\ITGlueAPI.psm1'
+ RootModule = "$PSScriptRoot\ITGlueAPI.psm1"
13
14
# Version number of this module.
15
# Follows https://semver.org Semantic Versioning 2.0.0
@@ -18,7 +18,7 @@
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
21
- ModuleVersion = '2.1.0'
+ ModuleVersion = '2.1.1'
22
23
# ID used to uniquely identify this module
24
GUID = 'f969cff1-3120-4980-8c46-83f2d0bf2521'
0 commit comments