Skip to content

Commit

Permalink
Increment stable API version and add new stable packages to the list. (
Browse files Browse the repository at this point in the history
…#4453)

* Increment stable API version and add new stable packages to the list.

* Increment stable API version and add new stable packages to the list.
  • Loading branch information
codemzs authored Nov 7, 2019
1 parent 0b9308e commit 11607ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Microsoft.Extensions.ML/Microsoft.Extensions.ML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeInPackage>Microsoft.Extensions.ML</IncludeInPackage>
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Microsoft.ML.Vision/Microsoft.ML.Vision.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<IncludeInPackage>Microsoft.ML.Vision</IncludeInPackage>
<DefineConstants>CORECLR</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
22 changes: 12 additions & 10 deletions tools-local/Microsoft.ML.StableApi/Microsoft.ML.StableApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.DataView" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.FastTree" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.LightGbm" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.2.0" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.ML" Version="1.4.0" />
<PackageReference Include="Microsoft.ML" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.DataView" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.FastTree" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.LightGbm" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.4.0" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.4.0" />
</ItemGroup>

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

0 comments on commit 11607ab

Please sign in to comment.