Src/Private/Libraries/AddDotNetClasses.ps1

<#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module: PS-OpenAI
Function: AddDotNetClasses
Author: Martin Cooper (@mc1903)
Date: 21-01-2023
GitHub Repo: https://github.com/mc1903/PS-OpenAI
Version: 1.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#>


# 1) Unblock and Unzip NuGet Packages into \Src\Private\Libraries so that package name is a subdirectory:
# 2) Remove # from the Add-Type
# 3) Delete these instructions

# Add-Type -Path "P:\GitHub\{NuGet-PackageName}.{Version}\{Path to .dll file}\{.dll file}.dll" -ErrorAction Stop