Skip to content

Commit 2ee947c

Browse files
committed
Increment Version
1 parent 1de4544 commit 2ee947c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

PoshCode.PoshConsole/PoshCode.PoshConsole.nuspec

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>
14-
Add $Output = ... for api invocations when appropriate
15-
Add $Input | ... for api invocations when appropriate
16-
Give Tee-Default the ability to -Limit how much is shown in the host
14+
Fix #6 History Bug
1715
</releaseNotes>
1816
<copyright>Copyright (c) Joel Bennett, 2015</copyright>
1917
<tags>PowerShell WPF Hosting</tags>

PoshCode.PoshConsole/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// You can specify all the values or you can default the Build and Revision Numbers
5656
// by using the '*' as shown below:
5757
// [assembly: AssemblyVersion("1.0.*")]
58-
[assembly: AssemblyVersion("0.8.4.0")]
59-
[assembly: AssemblyFileVersion("0.8.4.0")]
58+
[assembly: AssemblyVersion("0.8.5.0")]
59+
[assembly: AssemblyFileVersion("0.8.5.0")]
6060
[assembly: NeutralResourcesLanguage("en-US")]
6161

0 commit comments

Comments
 (0)