File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
13
<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
17
15
</releaseNotes >
18
16
<copyright >Copyright (c) Joel Bennett, 2015</copyright >
19
17
<tags >PowerShell WPF Hosting</tags >
Original file line number Diff line number Diff line change 55
55
// You can specify all the values or you can default the Build and Revision Numbers
56
56
// by using the '*' as shown below:
57
57
// [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" ) ]
60
60
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
61
61
You can’t perform that action at this time.
0 commit comments