Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Sep 7, 2021
1 parent b15b2e2 commit e0b3d96
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 12 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for WingetTools

## v0.4.0

+ Modified manifest to only export `Install-Winget` in Windows PowerShell sessions.
+ Added online help links.
+ Updated `README.md`.
+ First public release.

## v0.3.0

+ Added `Get-WGInstalled` to list winget installed packages.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WingetTools

The Wingettools module is a PowerShell wrapper around the winget command-line tool which is Microsoft's latest package manager and installer. Winget is a command-line tool, not a PowerShell command. The commands in the WingetTools module are designed to make using winget a little more PowerShell friendly.
The WingetTools module is a PowerShell wrapper around the winget command-line tool which is Microsoft's latest package manager and installer. Winget is a command-line tool, not a PowerShell command. The commands in the WingetTools module are designed to make using winget a little more PowerShell friendly.

## [Install-WinGet](docs/Install-Winget.md)

Expand Down Expand Up @@ -65,4 +65,4 @@ If there are problems with commands in this module, try running the winget comma

Visit the winget Github repository for more information about the project at <https://github.com/microsoft/winget-cli>.

Last Updated _2021-09-07 16:00:00Z_
Last Updated _2021-09-07 16:24:04Z_
8 changes: 6 additions & 2 deletions WingetTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = 'WingetTools.psm1'

# Version number of this module.
ModuleVersion = '0.3.0'
ModuleVersion = '0.4.0'

# Supported PSEditions
CompatiblePSEditions = @('Desktop','Core')
Expand Down Expand Up @@ -41,7 +41,11 @@ PowerShellVersion = '5.1'
FormatsToProcess = @('formats\wgpackage.format.ps1xml')

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Get-WGPackage','Install-Winget','Get-WGReleaseNote','Get-WGInstalled'
FunctionsToExport = if ($PSEdition -eq 'Desktop') {
'Get-WGPackage','Install-Winget','Get-WGReleaseNote','Get-WGInstalled'}
else {
'Get-WGPackage','Get-WGReleaseNote','Get-WGInstalled'
}

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = ''
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-WGInstalled.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
external help file: WingetTools-help.xml
Module Name: WingetTools
online version:
online version: https://bit.ly/38Ps9nb
schema: 2.0.0
---

Expand Down
4 changes: 2 additions & 2 deletions docs/Get-WGPackage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
external help file: WingetTools-help.xml
Module Name: WingetTools
online version:
online version: https://bit.ly/3jQh9MH
schema: 2.0.0
---

Expand Down
4 changes: 2 additions & 2 deletions docs/Get-WGReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
external help file: WingetTools-help.xml
Module Name: WingetTools
online version:
online version: https://bit.ly/3nauPEz
schema: 2.0.0
---

Expand Down
4 changes: 2 additions & 2 deletions docs/Install-WinGet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
external help file: WingetTools-help.xml
Module Name: WingetTools
online version:
online version: https://bit.ly/2WYteX6
schema: 2.0.0
---

Expand Down
16 changes: 16 additions & 0 deletions en-US/WingetTools-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Foxit PDF Reader Foxit.FoxitReader 11.0.0.49893 Foxit is a powerful PDF reader
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/38Ps9nb</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-WGPackage</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -354,6 +358,10 @@ DAX Studio DaxStudio.DaxStudio 2.16.2.632</dev:code>
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/3jQh9MH</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-WGInstalled</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -494,6 +502,10 @@ Windows Package Manager v1.0.11692 v1.0.11692 6/24/2021 8:32:44 PM</dev:code>
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/3nauPEz</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Install-WinGet</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -631,6 +643,10 @@ Windows Package Manager v1.0.11692 v1.0.11692 6/24/2021 8:32:44 PM</dev:code>
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/2WYteX6</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-WGReleaseNote</maml:linkText>
<maml:uri></maml:uri>
Expand Down

0 comments on commit e0b3d96

Please sign in to comment.