File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77## [ Unreleased]
88
99
10+ ## [ v1.1.2] - 2017-12-12
11+ ### Changed
12+ - Refactor PSScriptExecutor methods
13+
14+ ### Fixed
15+ - Fix issue with default max runspaces (only 1)
16+
17+
1018## [ v1.1.1] - 2017-08-30
1119### Changed
1220- RabbitMQ response content type to text/plain
@@ -27,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2735- First release version
2836
2937
30- [ Unreleased ] : https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.1...HEAD
38+ [ Unreleased ] : https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.2...HEAD
39+ [ v1.1.2 ] : https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.1...v1.1.2
3140[ v1.1.1 ] : https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.0...v1.1.1
3241[ v1.1.0 ] : https://github.com/dwettstein/PSScriptInvoker/compare/v1.0.0...v1.1.0
3342[ v1.0.0 ] : https://github.com/dwettstein/PSScriptInvoker/tree/v1.0.0
Original file line number Diff line number Diff line change 2323 <UpdateRequired >false</UpdateRequired >
2424 <MapFileExtensions >true</MapFileExtensions >
2525 <ApplicationRevision >0</ApplicationRevision >
26- <ApplicationVersion >1.1.1 .%2a</ApplicationVersion >
26+ <ApplicationVersion >1.1.2 .%2a</ApplicationVersion >
2727 <UseApplicationTrust >false</UseApplicationTrust >
2828 <BootstrapperEnabled >true</BootstrapperEnabled >
2929 <TargetFrameworkProfile />
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1.2 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1.2 .0" ) ]
Original file line number Diff line number Diff line change 459459 "RemovePreviousVersions" = "11:TRUE"
460460 "DetectNewerInstalledVersion" = "11:TRUE"
461461 "InstallAllUsers" = "11:TRUE"
462- "ProductVersion" = "8:1.1.1 "
462+ "ProductVersion" = "8:1.1.2 "
463463 "Manufacturer" = "8:David Wettstein"
464464 "ARPHELPTELEPHONE" = "8:"
465465 "ARPHELPLINK" = "8:"
You can’t perform that action at this time.
0 commit comments