Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Aug 20, 2019
1 parent 7a7e252 commit 1e65d2e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PSRemoteOperations.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = ""

# Version number of this module.
ModuleVersion = '3.3.0'
ModuleVersion = '3.3.1'

# Supported PSEditions
CompatiblePSEditions = @("Desktop","Core")
Expand Down Expand Up @@ -131,7 +131,7 @@ PrivateData = @{
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
#HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This should work fine for simple script blocks. For anything more complicated, i

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`.

Last updated 2019-08-20 13:13:32Z UTC
Last updated 2019-08-20 13:31:49Z UTC
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log for PSRemoteOperations

## v3.3.1

+ Updated online help links
+ Published this version to the PowerShell Gallery

## v3.3.0

+ Added commands `Register-PSRemoteOpPath` and `Import-PSRemoteOpPath` to store path variables with the module. (Issue #13)
Expand Down
2 changes: 1 addition & 1 deletion docs/Import-PSRemoteOpPath.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version:
online version: http://bit.ly/31P39XJ
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Register-PSRemoteOpPath.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version:
online version: http://bit.ly/31PT8cL
schema: 2.0.0
---

Expand Down
8 changes: 8 additions & 0 deletions en-us/PSRemoteOperations-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ Date = '08/06/2019 14:04:04 UTC'
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>http://bit.ly/31P39XJ</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Register-PSRemoteOpPath</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -1617,6 +1621,10 @@ Id Name JobTriggers Command Enabled
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>http://bit.ly/31PT8cL</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Import-PSRemoteOpPath</maml:linkText>
<maml:uri></maml:uri>
Expand Down

0 comments on commit 1e65d2e

Please sign in to comment.