Skip to content

Commit 6f4ec9d

Browse files
committed
Update version to 1.1.2
1 parent c5343af commit 6f4ec9d

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

PSScriptInvoker/PSScriptInvoker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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 />

PSScriptInvoker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

PSScriptInvokerSetup/PSScriptInvokerSetup.vdproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
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:"

0 commit comments

Comments
 (0)