Skip to content

Commit f010120

Browse files
committed
Version update
1 parent 3d4ac30 commit f010120

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

NullKit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
@{
33
RootModule = 'NullKit.psm1'
4-
ModuleVersion = '1.0.2'
4+
ModuleVersion = '1.1.0'
55
GUID = '654a73f5-effe-42fc-8e75-ee439726bd26'
66
Author = 'Alan Plocieniak'
77
CompanyName = 'Alan Plocieniak'

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
# NullKit
22

3-
# Installation
3+
## Installation
4+
45
Module is available on [Powershell Gallery][gallery]
56

67
### Install
8+
79
```powershell
810
PS> Install-Module -Name NullKit
911
```
1012

1113
### Import
14+
1215
```powershell
1316
PS> Import-Module NullKit
1417
```
15-
# Usage
18+
19+
## Usage
1620

1721
Documentation soon
1822

23+
## Publishing
24+
25+
`Publish-Module -Name WebPIPS -NuGetApiKey [API_KEY]`
26+
1927
[gallery]: https://www.powershellgallery.com/packages/NullKit/

0 commit comments

Comments
 (0)