File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ @ {
2+ RootModule = ' oEmbed.psm1'
3+ ModuleVersion = ' 0.0.1'
4+ GUID = ' dc68bf0c-b8b5-4f3d-9fc4-b6779f7e7d6a'
5+ Author = ' JamesBrundage'
6+ CompanyName = ' Start-Automating'
7+ Copyright = ' (c) 2025 Start-Automating.'
8+ Description = ' Open Embeddings in PowerShell'
9+ FunctionsToExport = ' Get-oEmbed'
10+ AliasesToExport = ' oEmbed'
11+ TypesToProcess = ' oEmbed.types.ps1xml'
12+ PrivateData = @ {
13+ PSData = @ {
14+ # Tags applied to this module. These help with module discovery in online galleries.
15+ Tags = @ (' oEmbed' , ' Embedding' , ' Web' , ' PowerShellWeb' )
16+ # A URL to the license for this module.
17+ ProjectURI = ' https://github.com/PowerShellWeb/oEmbed'
18+ LicenseURI = ' https://github.com/PowerShellWeb/oEmbed/blob/main/LICENSE'
19+ ReleaseNotes = @'
20+
21+ > Like It? [Star It](https://github.com/PowerShellWeb/oEmbed)
22+ > Love It? [Support It](https://github.com/sponsors/StartAutomating)
23+
24+ Embed content from anywhere on the internet
25+
26+ ## oEmbed 0.0.1
27+
28+ * Initial Release of oEmbed Module (#1)
29+ * `Get-oEmbed` gets embed content (#2)
30+ * `Get-oEmbed` is aliased to `oEmbed`
31+ '@
32+ }
33+ }
34+
35+ }
36+
You can’t perform that action at this time.
0 commit comments