Skip to content

Commit 4bad5e8

Browse files
committed
Update version to v1.1.1
1 parent 8f896b6 commit 4bad5e8

4 files changed

Lines changed: 63 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased]
88

99

10+
## [v1.1.1] - 2017-08-30
11+
### Changed
12+
- RabbitMQ response content type to text/plain
13+
- Add double quotes to param values (needed for spaces etc.)
14+
15+
1016
## [v1.1.0] - 2017-08-24
1117
### Added
1218
- RabbitMQ message consumer for asynchronous script execution
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2127
- First release version
2228

2329

24-
[Unreleased]: https://github.com/dwettstein/PSScriptInvoker/compare/v1.0.0...HEAD
30+
[Unreleased]: https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.1...HEAD
31+
[v1.1.1]: https://github.com/dwettstein/PSScriptInvoker/compare/v1.1.0...v1.1.1
2532
[v1.1.0]: https://github.com/dwettstein/PSScriptInvoker/compare/v1.0.0...v1.1.0
2633
[v1.0.0]: https://github.com/dwettstein/PSScriptInvoker/tree/v1.0.0

PSScriptInvoker/PSScriptInvoker.csproj

Lines changed: 2 additions & 2 deletions
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.0.0.%2a</ApplicationVersion>
26+
<ApplicationVersion>1.1.1.%2a</ApplicationVersion>
2727
<UseApplicationTrust>false</UseApplicationTrust>
2828
<BootstrapperEnabled>true</BootstrapperEnabled>
2929
<TargetFrameworkProfile />
@@ -128,4 +128,4 @@
128128
<Target Name="AfterBuild">
129129
</Target>
130130
-->
131-
</Project>
131+
</Project>

PSScriptInvoker/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("PSScriptInvoker")]
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

@@ -25,12 +25,12 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
32+
// 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.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.1.0")]
36+
[assembly: AssemblyFileVersion("1.1.1.0")]

PSScriptInvokerSetup/PSScriptInvokerSetup.vdproj

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
}
2222
"Entry"
2323
{
24+
"MsmKey" = "8:_63BA8ACB8D864011A600B8BCD4BECAD9"
25+
"OwnerKey" = "8:_UNDEFINED"
26+
"MsmSig" = "8:_UNDEFINED"
27+
}
28+
"Entry"
29+
{
2430
"MsmKey" = "8:_847DD0B9BC08A377A6A7C1B88F00B008"
2531
"OwnerKey" = "8:_D4B8CC7524FF4614B01AD47A602AF38D"
2632
"MsmSig" = "8:_UNDEFINED"
@@ -70,7 +76,7 @@
7076
"Entry"
7177
{
7278
"MsmKey" = "8:_UNDEFINED"
73-
"OwnerKey" = "8:_91E06D68ADF6AB39079160154BE1446B"
79+
"OwnerKey" = "8:_D4B8CC7524FF4614B01AD47A602AF38D"
7480
"MsmSig" = "8:_UNDEFINED"
7581
}
7682
"Entry"
@@ -82,7 +88,7 @@
8288
"Entry"
8389
{
8490
"MsmKey" = "8:_UNDEFINED"
85-
"OwnerKey" = "8:_D4B8CC7524FF4614B01AD47A602AF38D"
91+
"OwnerKey" = "8:_91E06D68ADF6AB39079160154BE1446B"
8692
"MsmSig" = "8:_UNDEFINED"
8793
}
8894
}
@@ -110,6 +116,14 @@
110116
"PrerequisitesLocation" = "2:1"
111117
"Url" = "8:"
112118
"ComponentsUrl" = "8:"
119+
"Items"
120+
{
121+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
122+
{
123+
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
124+
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
125+
}
126+
}
113127
}
114128
}
115129
"Release"
@@ -134,6 +148,14 @@
134148
"PrerequisitesLocation" = "2:1"
135149
"Url" = "8:"
136150
"ComponentsUrl" = "8:"
151+
"Items"
152+
{
153+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
154+
{
155+
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
156+
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
157+
}
158+
}
137159
}
138160
}
139161
}
@@ -240,6 +262,26 @@
240262
"IsDependency" = "11:FALSE"
241263
"IsolateTo" = "8:"
242264
}
265+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_63BA8ACB8D864011A600B8BCD4BECAD9"
266+
{
267+
"SourcePath" = "8:..\\CHANGELOG.md"
268+
"TargetName" = "8:CHANGELOG.md"
269+
"Tag" = "8:"
270+
"Folder" = "8:_67158C82F90546E593C874126B1E0633"
271+
"Condition" = "8:"
272+
"Transitive" = "11:FALSE"
273+
"Vital" = "11:TRUE"
274+
"ReadOnly" = "11:FALSE"
275+
"Hidden" = "11:FALSE"
276+
"System" = "11:FALSE"
277+
"Permanent" = "11:FALSE"
278+
"SharedLegacy" = "11:FALSE"
279+
"PackageAs" = "3:1"
280+
"Register" = "3:1"
281+
"Exclude" = "11:FALSE"
282+
"IsDependency" = "11:FALSE"
283+
"IsolateTo" = "8:"
284+
}
243285
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_847DD0B9BC08A377A6A7C1B88F00B008"
244286
{
245287
"AssemblyRegister" = "3:1"
@@ -417,7 +459,7 @@
417459
"RemovePreviousVersions" = "11:TRUE"
418460
"DetectNewerInstalledVersion" = "11:TRUE"
419461
"InstallAllUsers" = "11:TRUE"
420-
"ProductVersion" = "8:1.0.0"
462+
"ProductVersion" = "8:1.1.1"
421463
"Manufacturer" = "8:David Wettstein"
422464
"ARPHELPTELEPHONE" = "8:"
423465
"ARPHELPLINK" = "8:"
@@ -931,7 +973,7 @@
931973
{
932974
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_D4B8CC7524FF4614B01AD47A602AF38D"
933975
{
934-
"SourcePath" = "8:..\\PSScriptInvoker\\obj\\Debug\\PSScriptInvoker.exe"
976+
"SourcePath" = "8:..\\PSScriptInvoker\\obj\\Release\\PSScriptInvoker.exe"
935977
"TargetName" = "8:"
936978
"Tag" = "8:"
937979
"Folder" = "8:_67158C82F90546E593C874126B1E0633"

0 commit comments

Comments
 (0)