diff --git a/OpenGraph.types.ps1xml b/OpenGraph.types.ps1xml index e3f8c5c..2297999 100644 --- a/OpenGraph.types.ps1xml +++ b/OpenGraph.types.ps1xml @@ -3,6 +3,12 @@ OpenGraph + + ToString + + HTML diff --git a/Types/OpenGraph/ToString.ps1 b/Types/OpenGraph/ToString.ps1 new file mode 100644 index 0000000..3e4d43a --- /dev/null +++ b/Types/OpenGraph/ToString.ps1 @@ -0,0 +1 @@ +$this.HTML \ No newline at end of file