File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ > Like It? [ Star It] ( https://github.com/PowerShellWeb/JSON-LD )
2+ > Love It? [ Support It] ( https://github.com/sponsors/StartAutomating )
3+
4+ ## JSON-LD 0.1
5+
6+ Caching JSON-LD requests
7+
8+ ## JSON-LD 0.0.1
9+
10+ Get Linked Data from any page
11+
12+ * Initial Release of JSON-LD Module (#1 )
13+ * ` Get-JsonLD ` gets linked data (#2 )
14+ * ` Get-JsonLD ` is aliased to ` jsonLD ` and ` json-ld `
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' JSON-LD.psm1'
3- ModuleVersion = ' 0.0. 1'
3+ ModuleVersion = ' 0.1'
44 GUID = ' 4e65477c-012c-4077-87c7-3e07964636ce'
5- Author = ' JamesBrundage '
5+ Author = ' James Brundage '
66 CompanyName = ' Start-Automating'
77 Copyright = ' (c) 2025 Start-Automating.'
88 Description = ' Get JSON Linked Data with PowerShell'
99 FunctionsToExport = ' Get-JsonLD'
10- AliasesToExport = ' jsonLD' , ' json-ld'
10+ AliasesToExport = ' jsonLD' , ' json-ld'
1111 PrivateData = @ {
1212 PSData = @ {
1313 # Tags applied to this module. These help with module discovery in online galleries.
2020> Like It? [Star It](https://github.com/PowerShellWeb/JSON-LD)
2121> Love It? [Support It](https://github.com/sponsors/StartAutomating)
2222
23+ ## JSON-LD 0.1
24+
25+ Caching JSON-LD requests
26+
2327Get Linked Data from any page
2428
2529## JSON-LD 0.0.1
You can’t perform that action at this time.
0 commit comments