Skip to content

Tags: CodingWithCalvin/Otel4Vsix

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: exclude native gRPC assemblies from package content (#33)

Native gRPC assemblies (grpc_csharp_ext.*.dll, libgrpc_csharp_ext.*) were being
packaged as contentFiles, causing them to appear as linked items in Solution
Explorer when consuming the package.

These files are still needed at runtime but should flow through transitively
from the Grpc.Core dependency rather than being bundled in this package.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: specify project path for restore and build commands

v0.2.0

Toggle v0.2.0's commit message
docs: update contributors

v0.1.0

Toggle v0.1.0's commit message
chore: add nuget trusted publishing