Skip to content

Commit 1e65d2e

Browse files
v3.3.1
1 parent 7a7e252 commit 1e65d2e

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

PSRemoteOperations.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
RootModule = ""
99

1010
# Version number of this module.
11-
ModuleVersion = '3.3.0'
11+
ModuleVersion = '3.3.1'
1212

1313
# Supported PSEditions
1414
CompatiblePSEditions = @("Desktop","Core")
@@ -131,7 +131,7 @@ PrivateData = @{
131131
} # End of PrivateData hashtable
132132

133133
# HelpInfo URI of this module
134-
# HelpInfoURI = ''
134+
#HelpInfoURI = ''
135135

136136
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
137137
# DefaultCommandPrefix = ''

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This should work fine for simple script blocks. For anything more complicated, i
4141

4242
The long-term goal is to ensure that this module will work cross-platform and in PowerShell Core. Basic functionality should exist running this module on PowerShell Core, both in Windows and non-Windows environments. Support for CMS messages is limited to Windows platforms through the use of dynamic parameters. `Register-PSRemoteOperationWatcher` requires a Windows platform but should work under PowerShell Core. For non-Windows systems, you will have to come up with your own tooling for monitoring and execution using `Invoke-PSRemoteOperation`.
4343

44-
Last updated 2019-08-20 13:13:32Z UTC
44+
Last updated 2019-08-20 13:31:49Z UTC

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log for PSRemoteOperations
22

3+
## v3.3.1
4+
5+
+ Updated online help links
6+
+ Published this version to the PowerShell Gallery
7+
38
## v3.3.0
49

510
+ Added commands `Register-PSRemoteOpPath` and `Import-PSRemoteOpPath` to store path variables with the module. (Issue #13)

docs/Import-PSRemoteOpPath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSRemoteOperations-help.xml
33
Module Name: PSRemoteOperations
4-
online version:
4+
online version: http://bit.ly/31P39XJ
55
schema: 2.0.0
66
---
77

docs/Register-PSRemoteOpPath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: PSRemoteOperations-help.xml
33
Module Name: PSRemoteOperations
4-
online version:
4+
online version: http://bit.ly/31PT8cL
55
schema: 2.0.0
66
---
77

en-us/PSRemoteOperations-help.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ Date = '08/06/2019 14:04:04 UTC'
456456
</command:example>
457457
</command:examples>
458458
<command:relatedLinks>
459+
<maml:navigationLink>
460+
<maml:linkText>Online Version:</maml:linkText>
461+
<maml:uri>http://bit.ly/31P39XJ</maml:uri>
462+
</maml:navigationLink>
459463
<maml:navigationLink>
460464
<maml:linkText>Register-PSRemoteOpPath</maml:linkText>
461465
<maml:uri></maml:uri>
@@ -1617,6 +1621,10 @@ Id Name JobTriggers Command Enabled
16171621
</command:example>
16181622
</command:examples>
16191623
<command:relatedLinks>
1624+
<maml:navigationLink>
1625+
<maml:linkText>Online Version:</maml:linkText>
1626+
<maml:uri>http://bit.ly/31PT8cL</maml:uri>
1627+
</maml:navigationLink>
16201628
<maml:navigationLink>
16211629
<maml:linkText>Import-PSRemoteOpPath</maml:linkText>
16221630
<maml:uri></maml:uri>

0 commit comments

Comments
 (0)