Skip to content

Commit

Permalink
refactor: rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Oct 2, 2024
1 parent 64ab89c commit 0fe1f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A powershell module used to increment semantic version numbers.

https://www.powershellgallery.com/packages/StepSemVer[image:https://img.shields.io/powershellgallery/v/StepSemVer?style=for-the-badge[PowerShell Gallery]] https://www.powershellgallery.com/packages/StepSemVer[image:https://img.shields.io/powershellgallery/dt/StepSemVer?style=for-the-badge[PowerShell Gallery]] link:/LICENSE[image:https://img.shields.io/github/license/ArwynFr/pwsh-StepSemVer?style=for-the-badge[GitHub License]]
https://www.powershellgallery.com/packages/StepSemVer[image:https://img.shields.io/powershellgallery/v/StepSemVer?style=for-the-badge[PowerShell Gallery]] https://www.powershellgallery.com/packages/StepSemVer[image:https://img.shields.io/powershellgallery/dt/StepSemVer?style=for-the-badge[PowerShell Gallery]] link:/LICENSE[image:https://img.shields.io/github/license/ArwynFr/pwsh-SemanticVersion?style=for-the-badge[GitHub License]]

You can download and install this powershell module from PSGallery:

Expand Down
8 changes: 4 additions & 4 deletions StepSemVer/StepSemVer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

ModuleVersion = '0.1.0'
GUID = 'b4209e98-7072-45f3-bb89-ce520a182558'
Description = 'StepSemVer pwsh module used to increment semantic versions number.'
HelpInfoURI = 'https://github.com/ArwynFr/pwsh-StepSemVer#readme'
Description = 'A powershell module used to increment semantic version numbers'
HelpInfoURI = 'https://github.com/ArwynFr/pwsh-SemanticVersion#readme'

PrivateData = @{
ProjectUri = 'https://github.com/ArwynFr/pwsh-StepSemVer'
LicenseUri = 'https://github.com/ArwynFr/pwsh-StepSemVer/blob/main/LICENSE'
ProjectUri = 'https://github.com/ArwynFr/pwsh-SemanticVersion'
LicenseUri = 'https://github.com/ArwynFr/pwsh-SemanticVersion/blob/main/LICENSE'
}

NestedModules = @(
Expand Down

0 comments on commit 0fe1f6a

Please sign in to comment.