-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRaindrop.API.psd1
More file actions
19 lines (18 loc) · 773 Bytes
/
Raindrop.API.psd1
File metadata and controls
19 lines (18 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@{
RootModule = 'Raindrop.API.psm1'
ModuleVersion = '1.0.0'
GUID = '051beb040c1c4869a116f1d524b04afc'
Author = 'Alan Plocieniak'
CompanyName = 'Alan Plocieniak'
Copyright = '(c) 2026 Alan Plocieniak. All rights reserved.'
Description = 'PowerShell module to interact with the Raindrop.io API'
PowerShellVersion = '5.0'
FunctionsToExport = '*'
PrivateData = @{
PSData = @{
Tags = @('powershell', 'api', 'ps', 'power-shell', 'raindrop', 'raindrop.io')
LicenseUri = 'https://github.com/PowerShellLibrary/Raindrop.API/blob/master/LICENSE.md'
ProjectUri = 'https://github.com/PowerShellLibrary/Raindrop.API'
}
}
}