Skip to content

Commit 888a2c7

Browse files
authored
[AutoML] Bump AutoML API to latest package version 0.14.0 (#544)
1 parent c778296 commit 888a2c7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

samples/csharp/getting-started/AdvancedExperiment_AutoML/AdvancedTaxiFarePrediction/AdvancedTaxiFarePrediction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.ML.AutoML" Version="0.3.0" />
14+
<PackageReference Include="Microsoft.ML.AutoML" Version="0.14.0" />
1515
<PackageReference Include="PLplot" Version="5.13.7" />
1616
</ItemGroup>
1717

samples/csharp/getting-started/BinaryClassification_AutoML/SentimentAnalysis/SentimentAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.ML.AutoML" Version="0.3.0" />
37+
<PackageReference Include="Microsoft.ML.AutoML" Version="0.14.0" />
3838
</ItemGroup>
3939

4040
</Project>

samples/csharp/getting-started/MulticlassClassification_AutoML/MNIST/MNIST.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.ML.AutoML" Version="0.3.0" />
26+
<PackageReference Include="Microsoft.ML.AutoML" Version="0.14.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

samples/csharp/getting-started/Regression_AutoML/TaxiFarePrediction/TaxiFarePrediction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.ML.AutoML" Version="0.3.0" />
14+
<PackageReference Include="Microsoft.ML.AutoML" Version="0.14.0" />
1515
<PackageReference Include="PLplot" Version="5.13.7" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)