@ -191,6 +191,9 @@ c:\temp\packages to find the package.
<command:parameter required= "false" position= "named" >
<command:parameter required= "false" position= "named" >
<maml:name > Updates</maml:name>
<maml:name > Updates</maml:name>
</command:parameter>
</command:parameter>
<command:parameter required= "false" position= "named" >
<maml:name > ProjectName</maml:name>
</command:parameter>
<command:parameter required= "false" position= "named" >
<command:parameter required= "false" position= "named" >
<maml:name > Recent</maml:name>
<maml:name > Recent</maml:name>
</command:parameter>
</command:parameter>
@ -229,6 +232,12 @@ c:\temp\packages to find the package.
<maml:para > Gets packages available from the online package source.</maml:para>
<maml:para > Gets packages available from the online package source.</maml:para>
</maml:description>
</maml:description>
</command:parameter>
</command:parameter>
<command:parameter required= "false" >
<maml:name > ProjectName</maml:name>
<maml:description >
<maml:para > Specifies the project to get installed packages from. If ommitted, the command will return installed projects for the entire solution.</maml:para>
</maml:description>
</command:parameter>
<command:parameter required= "false" position= "named" >
<command:parameter required= "false" position= "named" >
<maml:name > Recent</maml:name>
<maml:name > Recent</maml:name>
<maml:description >
<maml:description >
@ -276,7 +285,7 @@ c:\temp\packages to find the package.
<maml:para >
<maml:para >
Description
Description
------------------------------------------------------------------
------------------------------------------------------------------
Returns the packages installed in the default project .
Returns packages installed in the current solution .
</maml:para>
</maml:para>
<maml:para > </maml:para>
<maml:para > </maml:para>
<maml:para > </maml:para>
<maml:para > </maml:para>
@ -284,6 +293,19 @@ Returns the packages installed in the default project.
</command:example>
</command:example>
<command:example >
<command:example >
<maml:title > ---------- EXAMPLE 2 ----------</maml:title>
<maml:title > ---------- EXAMPLE 2 ----------</maml:title>
<dev:code > PM> Get-Package -ProjectName MyProject</dev:code>
<dev:remarks >
<maml:para >
Description
------------------------------------------------------------------
Returns packages installed in the "MyProject" project.
</maml:para>
<maml:para > </maml:para>
<maml:para > </maml:para>
</dev:remarks>
</command:example>
<command:example >
<maml:title > ---------- EXAMPLE 3 ----------</maml:title>
<dev:code > PM> Get-Package -ListAvailable</dev:code>
<dev:code > PM> Get-Package -ListAvailable</dev:code>
<dev:remarks >
<dev:remarks >
<maml:para >
<maml:para >
@ -296,7 +318,7 @@ Returns a list of packages available online in the current package source.
</dev:remarks>
</dev:remarks>
</command:example>
</command:example>
<command:example >
<command:example >
<maml:title > ---------- EXAMPLE 3 ----------</maml:title>
<maml:title > ---------- EXAMPLE 4 ----------</maml:title>
<dev:code > PM> Get-Package -ListAvailable -Filter Ninject</dev:code>
<dev:code > PM> Get-Package -ListAvailable -Filter Ninject</dev:code>
<dev:remarks >
<dev:remarks >
<maml:para >
<maml:para >
@ -308,7 +330,7 @@ Returns a list of packages available online using "Ninject" as a search term.
</dev:remarks>
</dev:remarks>
</command:example>
</command:example>
<command:example >
<command:example >
<maml:title > ---------- EXAMPLE 4 ----------</maml:title>
<maml:title > ---------- EXAMPLE 5 ----------</maml:title>
<dev:code > PS> Get-Package -Updates</dev:code>
<dev:code > PS> Get-Package -Updates</dev:code>
<dev:remarks >
<dev:remarks >
<maml:para >
<maml:para >
@ -321,7 +343,7 @@ Returns a list of packages installed in the default project that have updates av
</dev:remarks>
</dev:remarks>
</command:example>
</command:example>
<command:example >
<command:example >
<maml:title > ---------- EXAMPLE 5 ----------</maml:title>
<maml:title > ---------- EXAMPLE 6 ----------</maml:title>
<dev:code > PM> Get-Package -Recent</dev:code>
<dev:code > PM> Get-Package -Recent</dev:code>
<dev:remarks >
<dev:remarks >
<maml:para >
<maml:para >