Skip to content

Commit

Permalink
Exchange datadog logo files with opentelemetry ones (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Janotti <[email protected]>
  • Loading branch information
dszmigielski and pjanotti authored Mar 3, 2021
1 parent b173d87 commit 9a11853
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed datadog-logo-256x256.png
Binary file not shown.
Binary file removed datadog-logo-64x64.png
Binary file not shown.
Binary file added opentelemetry-logo-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added opentelemetry-logo-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- NuGet packages -->
<IsPackable>true</IsPackable>
<PackageIconUrl>https://github.com/DataDog/dd-trace-dotnet/raw/master/datadog-logo-64x64.png</PackageIconUrl>
<PackageIconUrl>https://github.com/DataDog/dd-trace-dotnet/raw/master/opentelemetry-logo-64x64.png</PackageIconUrl>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageProjectUrl>https://docs.datadoghq.com/tracing/setup/dotnet/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -23,7 +23,7 @@

<ItemGroup>
<!-- NuGet -->
<None Include="$(MSBuildThisFileDirectory)\..\datadog-logo-256x256.png" Pack="true" Visible="false" PackagePath="packageIcon.png" />
<None Include="$(MSBuildThisFileDirectory)\..\opentelemetry-logo-256x256.png" Pack="true" Visible="false" PackagePath="packageIcon.png" />

<!-- StyleCop -->
<Compile Include="$(MSBuildThisFileDirectory)GlobalSuppressions.cs" Link="GlobalSuppressions.src.cs" />
Expand Down

0 comments on commit 9a11853

Please sign in to comment.