Skip to content

Commit 0eb0052

Browse files
committed
Version update
1 parent cd32d5e commit 0eb0052

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ChocolateyPackage/PSReadline.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>PSReadline</id>
5-
<version></version>
5+
<version>1.0.0.4</version>
66
<authors>Jason Shirk</authors>
77
<owners>Jason Shirk</owners>
88
<projectUrl>https://github.com/lzybkr/PSReadLine</projectUrl>
@@ -11,7 +11,8 @@
1111
<summary>A bash inspired readline implementation for PowerShell</summary>
1212
<description>Once installed you will likely want to change your profile.ps1 to automatically load the PSReadLine module. Please refer to the project website for instructions. Note that to upgrade or uninstall you will likely need to close all instances of PowerShell and uninstall from cmd.exe. This package installs as a global module accessible by all users.</description>
1313
<releaseNotes>https://raw.github.com/lzybkr/PSReadLine/master/Changes.txt</releaseNotes>
14-
<copyright></copyright>
14+
<copyright>
15+
</copyright>
1516
<tags>Powershell PS Script</tags>
1617
<dependencies>
1718
</dependencies>
@@ -20,4 +21,4 @@
2021
<file src="tools\**" target="tools" />
2122
<file src="PSReadline\**" target="PSReadline" />
2223
</files>
23-
</package>
24+
</package>

PSReadLine/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.3")]
36+
[assembly: AssemblyFileVersion("1.0.0.4")]

PSReadline.zip

-41.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)