Skip to content

Commit

Permalink
Version Text Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
proxb committed Apr 9, 2017
1 parent b878ff8 commit bab6f10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PoshRSJob/PoshRSJob.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#
# PoshRSJob
# Version 1.7.3.8
# Version 1.7.3.9
#
# Boe Prox (c) 2014
# http://learn-powershell.net
Expand All @@ -14,7 +14,7 @@
ModuleToProcess = 'PoshRSJob.psm1'

# Version number of this module.
ModuleVersion = '1.7.3.8'
ModuleVersion = '1.7.3.9'

# ID used to uniquely identify this module
GUID = '9b17fb0f-e939-4a5c-b194-3f2247452972'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PoshRSJob 1.7.3.8
PoshRSJob 1.7.3.9
===================

[![Build status](https://ci.appveyor.com/api/projects/status/svrd4ho4otugki24?svg=true)](https://ci.appveyor.com/project/proxb/poshrsjob) [![Join the chat at https://gitter.im/proxb/PoshRSJob](https://badges.gitter.im/proxb/PoshRSJob.svg)](https://gitter.im/proxb/PoshRSJob?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -12,8 +12,8 @@ Provides an alternative to PSjobs with greater performance and less overhead to
Install-Module -Name PoshRSJob
```

####Download the latest release (1.7.3.8)
https://github.com/proxb/PoshRSJob/releases/download/1.7.3.8/PoshRSJob.zip
####Download the latest release (1.7.3.9)
https://github.com/proxb/PoshRSJob/releases/download/1.7.3.9/PoshRSJob.zip


More information and examples here: http://learn-powershell.net/2015/04/19/latest-updates-to-poshrsjob/
Expand Down
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---------
|1.7.3.9|
---------
* #42 (V2 Pester test hangs in AppVeyor)
* #121 (Missing output from Start-RSJob *bug*)
* #122 (Output stream is not always cleared when using pooled runspaces)
* #136 (RSJob on PSv2)

---------
|1.7.3.8|
---------
Expand Down

0 comments on commit bab6f10

Please sign in to comment.