Skip to content

Commit 7211a50

Browse files
author
Staffan Gustafsson
committed
Adding module manifest
Adding alias se for Search-Everything
1 parent 3fea7e0 commit 7211a50

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

PSEverything/PSEverything.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<ItemGroup>
5050
<Content Include="PSEverything.dll-Help.xml" />
5151
</ItemGroup>
52+
<ItemGroup>
53+
<None Include="PSEverything.psd1" />
54+
</ItemGroup>
5255
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5356
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5457
Other similar extension points exist, see Microsoft.Common.targets.

PSEverything/PSEverything.psd1

6.96 KB
Binary file not shown.

PSEverything/Properties/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.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

PSEverything/SearchEverythingCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace PSEverything
77
{
88
[Cmdlet(VerbsCommon.Search, "Everything", SupportsPaging = true, DefaultParameterSetName = "default")]
99
[OutputType(typeof(string))]
10+
[Alias("se")]
1011
public class SearchEverythingCommand : PSCmdlet
1112
{
1213
[Parameter(ParameterSetName = "default")]

0 commit comments

Comments
 (0)