plugins/dotnet/Jax.Plugin.Dotnet.psm1

function Register-JaxDotnetPlugin {
    Register-JaxPlugin -Name 'dotnet' -Hooks @{} -SourcePath $MyInvocation.MyCommand.Path
}

Register-JaxDotnetPlugin