Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Dec 22, 2023
1 parent 274213c commit eabbbac
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PSProjectStatus.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@{
RootModule = 'PSProjectStatus.psm1'
ModuleVersion = '0.11.0'
ModuleVersion = '0.11.1'
CompatiblePSEditions = 'Desktop', 'Core'
GUID = 'ec249544-dc4e-4e24-aae8-4281ec84f54d'
Author = 'Jeff Hicks'
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for PSProjectStatus

## v0.11.1

### Fixed

- Added missing online help links.

## v0.11.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-PSProjectTask.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSProjectStatus-help.xml
Module Name: PSProjectStatus
online version:
online version: https://bit.ly/4833Pv8
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/New-PSProjectTask.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSProjectStatus-help.xml
Module Name: PSProjectStatus
online version:
online version: https://bit.ly/3tyR5xe
schema: 2.0.0
---

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

Expand Down Expand Up @@ -112,4 +112,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[New-PSProjectTask](New-PSProjectTask.md)
[Get-PSProjectTask](Get-PSProjectTask.md)
[Get-PSProjectTask](Get-PSProjectTask.md)
2 changes: 1 addition & 1 deletion docs/Update-PSProjectStatus.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSProjectStatus-help.xml
Module Name: PSProjectStatus
online version:
online version: https://bit.ly/41FZknV
schema: 2.0.0
---

Expand Down
19 changes: 18 additions & 1 deletion en-us/PSProjectStatus-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ Age : 00:06:06.2337458</dev:code>
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/4833Pv8</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-PSProjectTask</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -1150,6 +1154,10 @@ LastUpdate Status Tasks GitBranch Age
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/3tyR5xe</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-PSProjectTask</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -1308,6 +1316,10 @@ LastUpdate Status Tasks GitBranch Age
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/48pXpWM</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-PSProjectTask</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -1777,6 +1789,11 @@ LastUpdate : 3/23/2023 10:20:26 AM</dev:code>
</dev:remarks>
</command:example>
</command:examples>
<command:relatedLinks />
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://bit.ly/41FZknV</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
</helpItems>

0 comments on commit eabbbac

Please sign in to comment.