Descriptions for nuget packages (#2806)

This commit is contained in:
Piotr Kiełkowicz 2023-08-07 10:59:46 +02:00 committed by GitHub
parent ffa6406a3e
commit 5581f111ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<package>
<metadata>
<id>OpenTelemetry.AutoInstrumentation.Runtime.Native</id>
<description>Native runtime components used by the OpenTelmetry.AutoInstrumentation project.</description>
<description>Native runtime components used by the OpenTelemetry.AutoInstrumentation project.</description>
<icon>images\opentelemetry-icon-color.png</icon>
<!-- Common properties expected to be defined at build time -->

View File

@ -4,6 +4,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<Description>ASP.NET Core Bootstrapper used by the OpenTelemetry.AutoInstrumentation project.</Description>
</PropertyGroup>
<ItemGroup>

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<!-- Target only netstandard2.0 so there is a single path in the .targets using build tasks from this package. -->
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>Build tasks used by the OpenTelemetry.AutoInstrumentation project.</Description>
<!-- The assembly DLL needs to be under the build folder for proper packing. -->
<BuildOutputTargetFolder>build</BuildOutputTargetFolder>

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
<OutputPath>..\bin\ProfilerResources\</OutputPath>
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp2.0) -->

View File

@ -5,6 +5,7 @@
this project should target netcoreapp3.1.
Reference: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1644 -->
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Description>StartupHook used by the OpenTelemetry.AutoInstrumentation project.</Description>
</PropertyGroup>
<ItemGroup>

View File

@ -4,6 +4,7 @@
<PropertyGroup>
<PackageId>OpenTelemetry.AutoInstrumentation.Runtime.Managed</PackageId>
<Description>Managed components used by the OpenTelemetry.AutoInstrumentation project.</Description>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<GeneratedFolder>Generated</GeneratedFolder>
<CompilerGeneratedFilesOutputPath>$(GeneratedFolder)\$(TargetFramework)</CompilerGeneratedFilesOutputPath>