Skip to content

Commit e5d0546

Browse files
authored
Increment version for application compatibility. (#3957)
* Increment version for application compatibility. * Add time series, onnx transformer and tensorflow to stable api. * enable app compat for time series, onnx transformer and tensorflow to stable api.
1 parent 78bfecb commit e5d0546

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/Microsoft.ML.OnnxTransformer/Microsoft.ML.OnnxTransformer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.OnnxTransformer</IncludeInPackage>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<RunApiCompat>false</RunApiCompat>
87
</PropertyGroup>
98

109
<ItemGroup>

src/Microsoft.ML.TensorFlow/Microsoft.ML.TensorFlow.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<IncludeInPackage>Microsoft.ML.TensorFlow</IncludeInPackage>
66
<DefineConstants>CORECLR</DefineConstants>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<RunApiCompat>false</RunApiCompat>
98
</PropertyGroup>
109

1110
<ItemGroup>

src/Microsoft.ML.TimeSeries/Microsoft.ML.TimeSeries.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeInPackage>Microsoft.ML.TimeSeries</IncludeInPackage>
6-
<RunApiCompat>false</RunApiCompat>
76
</PropertyGroup>
87

98
<ItemGroup>

tools-local/Microsoft.ML.StableApi/Microsoft.ML.StableApi.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.ML" Version="1.1.0" />
11-
<PackageReference Include="Microsoft.ML.DataView" Version="1.1.0" />
12-
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.1.0" />
13-
<PackageReference Include="Microsoft.ML.FastTree" Version="1.1.0" />
14-
<PackageReference Include="Microsoft.ML.LightGbm" Version="1.1.0" />
15-
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.1.0" />
16-
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.1.0" />
10+
<PackageReference Include="Microsoft.ML" Version="1.2.0" />
11+
<PackageReference Include="Microsoft.ML.DataView" Version="1.2.0" />
12+
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.2.0" />
13+
<PackageReference Include="Microsoft.ML.FastTree" Version="1.2.0" />
14+
<PackageReference Include="Microsoft.ML.LightGbm" Version="1.2.0" />
15+
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.2.0" />
16+
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.2.0" />
17+
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.2.0" />
18+
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.2.0" />
19+
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.2.0" />
1720
</ItemGroup>
1821

1922
<!-- The purpose of this target is to return a path from a referenced

0 commit comments

Comments
 (0)