Skip to content

Commit c7884ae

Browse files
committed
Repo reorganization
1 parent dbb734d commit c7884ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+26
-47
lines changed

LICENSE.md renamed to LICENSE

File renamed without changes.

NullKit.psd1

Lines changed: 0 additions & 16 deletions
This file was deleted.

NullKit/NullKit.psd1

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
@{
3+
RootModule = 'NullKit.psm1'
4+
ModuleVersion = '1.3.0'
5+
GUID = '654a73f5-effe-42fc-8e75-ee439726bd26'
6+
Author = 'Alan Plocieniak'
7+
CompanyName = 'Alan Plocieniak'
8+
Copyright = '(c) 2021 Alan Plocieniak. All rights reserved.'
9+
Description = 'Misc PowerShell Tools'
10+
PowerShellVersion = '5.1'
11+
CompatiblePSEditions = 'Desktop', 'Core'
12+
FunctionsToExport = '*'
13+
PrivateData = @{
14+
PSData = @{
15+
Tags = @('powershell', 'ps', 'power-shell', 'utils', 'utilities' )
16+
LicenseUri = 'https://github.com/PowerShellLibrary/NullKit/blob/master/LICENSE'
17+
ProjectUri = 'https://github.com/PowerShellLibrary/NullKit'
18+
}
19+
}
20+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)