Skip to content

Commit b54cde0

Browse files
committed
Added link to readme
1 parent f33731d commit b54cde0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HashData.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = '(c) 2016 Tore Groneng. All rights reserved. '
3333
Description = 'A Powershell module for saving and loading objects as hashtable'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
# PowerShellVersion = ''
36+
PowerShellVersion = '4.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The benefit is a really small footprint when you store the data on disk.
2525

2626
## Status
2727

28-
Not published to the PowershellGallery yet!
28+
Module is published [https://www.powershellgallery.com/packages/hashdata](https://www.powershellgallery.com/packages/hashdata)
2929

3030

3131
## Bloglink

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ $tags = @(
2626
)
2727

2828

29-
Publish-Module -NuGetApiKey $APIkey -Name .\poshdata.psd1
29+
Publish-Module -NuGetApiKey $APIkey -Name .\hashdata.psd1

0 commit comments

Comments
 (0)