Update PreviousStableVersion to be 1.2.0 (#3189)
* Update PreviousStableVersion to be 1.2.0 * remove inmemoryexporter apicompat
This commit is contained in:
parent
cab5b26a24
commit
503d2b0e37
|
|
@ -39,7 +39,7 @@
|
|||
<MicrosoftNETFrameworkReferenceAssembliesPkgVer>[1.0.0,2.0)</MicrosoftNETFrameworkReferenceAssembliesPkgVer>
|
||||
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer>
|
||||
<OpenTracingPkgVer>[0.12.1,0.13)</OpenTracingPkgVer>
|
||||
<OTelPreviousStableVer>1.1.0</OTelPreviousStableVer>
|
||||
<OTelPreviousStableVer>1.2.0</OTelPreviousStableVer>
|
||||
<StackExchangeRedisPkgVer>[2.1.58,3.0)</StackExchangeRedisPkgVer>
|
||||
<StyleCopAnalyzersPkgVer>[1.2.0-beta.354,2.0)</StyleCopAnalyzersPkgVer>
|
||||
<SystemCollectionsImmutablePkgVer>1.4.0</SystemCollectionsImmutablePkgVer>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,16 @@
|
|||
<NoWarn>$(NoWarn),1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--Do not run ApiCompat as this package was left out from the
|
||||
1.2.0 stable release. This is only temporary, and this package
|
||||
is expected to always version together with core packages.
|
||||
Remove this property once we have released the 1.3.0 stable version
|
||||
of this package. See https://github.com/open-telemetry/opentelemetry-dotnet/issues/3192
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<RunApiCompat>false</RunApiCompat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry\OpenTelemetry.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue