Skip to content

Commit

Permalink
[Intrumentation.WCF] Bump OTel package to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Aug 9, 2022
1 parent aa2751d commit dc949d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Unreleased

* Updated OTel SDK package version to 1.2.0
[#347](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/347)
* Updated OTel SDK package version to 1.3.0
[#569](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/569)

## 1.0.0-rc.6

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="1.2.0" />
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryPkgVer)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down

0 comments on commit dc949d1

Please sign in to comment.