Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Nov 24, 2022
1 parent d778c8d commit 3ebd2fd
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PSGemini ChangeLog

## Not yet released
* Included the Project Gemini Speculative Speculation as some extra reading material (`Get-Help about_ProjectGemini`). The original has British English spellings, so why not? Now we have a localization/localisation.
## Version 1.0.6
Included the Project Gemini Speculative Speculation as some extra reading material (`Get-Help about_ProjectGemini`). The original has British English spellings, so why not? Now we have a localization/localisation.

## Version 1.0.5
Code cleanup.
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
VERSION 1.0.6
The Project Gemini Speculative Specification can be read by typing:
PS C:\> Get-Help about_ProjectGemini

VERSIONS 1.0.5 and 1.0.4
Fixed a bug in Remove-PSGeminiKnownCertificate where certificates could not be
deleted by fingerprint.
Expand Down
2 changes: 1 addition & 1 deletion PSGemini.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'src/PSGemini.psm1'

# Version number of this module.
ModuleVersion = '1.0.5'
ModuleVersion = '1.0.6'

# Supported PSEditions
CompatiblePSEditions = @('Core', 'Desktop')
Expand Down
16 changes: 16 additions & 0 deletions en-US/PSGemini-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
<maml:linkText>Invoke-GeminiRequest</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_ProjectGemini</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
Expand Down Expand Up @@ -245,6 +249,10 @@ ExpirationDate : 10/03/2025 09:50:37</dev:code>
<maml:linkText>Invoke-GeminiRequest</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_ProjectGemini</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
Expand Down Expand Up @@ -500,6 +508,10 @@ UnixMode User Group LastWriteTime Size N
<maml:linkText>Invoke-GopherRequest</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_PSGemini</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
Expand Down Expand Up @@ -699,6 +711,10 @@ UnixMode User Group LastWriteTime Size N
<maml:linkText>Invoke-GeminiRequest</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_ProjectGemini</maml:linkText>
<maml:uri></maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
</helpItems>
3 changes: 2 additions & 1 deletion man/en-US/Add-PSGeminiKnownCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ This cmdlet is supposed to be run internally. Calling this cmdlet manually is S

[Get-PSGeminiKnownCertificate]()
[Remove-PSGeminiKnownCertificate]()
[Invoke-GeminiRequest]()
[Invoke-GeminiRequest]()
[about_ProjectGemini]()
3 changes: 2 additions & 1 deletion man/en-US/Get-PSGeminiKnownCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ The PSGemini certificate store is saved in ~/.PSGemini_known_hosts.csv. You may

[Add-PSGeminiKnownCertificate]()
[Remove-PSGeminiKnownCertificate]()
[Invoke-GeminiRequest]()
[Invoke-GeminiRequest]()
[about_ProjectGemini]()
4 changes: 2 additions & 2 deletions man/en-US/Invoke-GeminiRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ When using the `-OutFile` parameter or parameter set, no output will be generate
Client certificate checking has not been fully tested yet.

## RELATED LINKS

[Get-PSGeminiKnownCertificate]()
[Invoke-WebRequest]()
[Invoke-GopherRequest]()
[Invoke-GopherRequest]()
[about_PSGemini]()
3 changes: 2 additions & 1 deletion man/en-US/Remove-PSGeminiKnownCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ The PSGemini certificate store is saved in ~/.PSGemini_known_hosts.csv. You may

[Add-PSGeminiKnownCertificate]()
[Get-PSGeminiKnownCertificate]()
[Invoke-GeminiRequest]()
[Invoke-GeminiRequest]()
[about_ProjectGemini]()

0 comments on commit 3ebd2fd

Please sign in to comment.