generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PSConfiguration.json
24 lines (24 loc) · 917 Bytes
/
PSConfiguration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.6.0",
"description": "A PowerShell module to help other modules have settings",
"homepage": "https://github.com/PoshCode/Configuration",
"license": "MIT",
"url": "https://www.powershellgallery.com/api/v2/package/Configuration/1.6.0#/dl.7z",
"hash": "8d1e25e1a15ad60b213086259caa351f5836a8cb63efcb5d827bc219eb985dc1",
"pre_install": [
"Remove-Item -Recurse \"$dir\\package\"",
"Remove-Item -Recurse \"$dir\\_rels\"",
"Remove-Item \"$dir\\Configuration.nuspec\"",
"Remove-Item \"$dir\\``[Content_Types``].xml\""
],
"psmodule": {
"name": "Configuration"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/Configuration",
"regex": "Configuration ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.powershellgallery.com/api/v2/package/Configuration/$version#/dl.7z"
}
}