Skip to content

Commit

Permalink
v0.5.15 - upgrade to OpenTelemetry 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-dig committed Jul 12, 2022
1 parent 1b12766 commit cba5a7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions OpenTelemetry.Instrumentation.Digma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>OpenTel.Instrumentation.Digma</PackageId>
<Version>0.5.13</Version>
<Version>0.5.15</Version>
<Authors>Digma Team</Authors>
<Company>Digma</Company>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -15,11 +15,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath="LICENSE"/>
<PackageReference Include="MSTest" Version="2.2.10"/>
<PackageReference Include="OpenTelemetry" Version="1.2.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.2"/>
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath="LICENSE"/>
<PackageReference Include="MSTest" Version="2.2.10"/>
<PackageReference Include="OpenTelemetry" Version="1.3.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.4"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit cba5a7c

Please sign in to comment.