File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ @ {
2
+ RootModule = ' OpenGraph.psm1'
3
+ ModuleVersion = ' 0.0.1'
4
+ GUID = ' be4e4070-1ea6-4a2e-8b6a-c6b7755e5ace'
5
+ Author = ' JamesBrundage'
6
+ CompanyName = ' Start-Automating'
7
+ Copyright = ' (c) 2025 Start-Automating'
8
+ Description = ' Get OpenGraph with PowerShell'
9
+ FunctionsToExport = ' Get-OpenGraph'
10
+ AliasesToExport = ' OpenGraph' , ' ogp'
11
+ TypesToProcess = ' OpenGraph.types.ps1xml'
12
+ PrivateData = @ {
13
+ PSData = @ {
14
+ Tags = @ (' OpenGraph' , ' SEO' , ' Web' , ' PowerShellWeb' )
15
+ ProjectURI = ' https://github.com/PowerShellWeb/OpenGraph'
16
+ LicenseURI = ' https://github.com/PowerShellWeb/OpenGraph/blob/main/LICENSE'
17
+ ReleaseNotes = @'
18
+
19
+ > Like It? [Star It](https://github.com/PowerShellWeb/OpenGraph)
20
+ > Love It? [Support It](https://github.com/sponsors/StartAutomating)
21
+
22
+ Embed content from anywhere on the internet
23
+
24
+ ## OpenGraph 0.0.1
25
+
26
+ * Initial Release of OpenGraph Module (#1)
27
+ * `Get-OpenGraph` gets open graph information (#2)
28
+ '@
29
+ }
30
+ }
31
+ }
32
+
You can’t perform that action at this time.
0 commit comments