Skip to content

Commit

Permalink
DOTNET is better name (#44)
Browse files Browse the repository at this point in the history
Would it be OK for this change now?
  • Loading branch information
SergeyKanzhelev authored Nov 8, 2019
1 parent 81bbada commit 1ad5577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/proto/agent/common/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ message LibraryInfo {
enum Language {
LANGUAGE_UNSPECIFIED = 0;
CPP = 1;
C_SHARP = 2;
DOTNET = 2;
ERLANG = 3;
GO_LANG = 4;
JAVA = 5;
Expand Down

0 comments on commit 1ad5577

Please sign in to comment.