opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
Create a PowerShell module manifest
We can create a PowerShell module manifest for the https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/OpenTelemetry.DotNet.Auto.psm1 so that we can:
- Add combability info (
Destkopedition and5.1version?) - Add license and author info
- Publish the module to https://www.powershellgallery.com/
See:
- https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_module_manifests
- https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/performance/module-authoring-considerations
Relevant comment from #2003: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/2003#issuecomment-1396716474