diff --git a/build/BranchInfo.props b/build/BranchInfo.props index 0f0880500f..c1d6e8de5b 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -29,7 +29,7 @@ 0 15 - 0 + 1 preview diff --git a/pkg/Microsoft.ML.AutoML/Microsoft.ML.AutoML.nupkgproj b/pkg/Microsoft.ML.AutoML/Microsoft.ML.AutoML.nupkgproj index aa6059b114..6bcd10ba44 100644 --- a/pkg/Microsoft.ML.AutoML/Microsoft.ML.AutoML.nupkgproj +++ b/pkg/Microsoft.ML.AutoML/Microsoft.ML.AutoML.nupkgproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/pkg/mlnet/mlnet.nupkgproj b/pkg/mlnet/mlnet.nupkgproj index 98042f3401..14efa3925c 100644 --- a/pkg/mlnet/mlnet.nupkgproj +++ b/pkg/mlnet/mlnet.nupkgproj @@ -19,9 +19,9 @@           - - - + + +       diff --git a/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj b/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj index a224813e70..d05a302c5d 100644 --- a/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj +++ b/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj @@ -7,7 +7,7 @@ - 1.2.0 + 1.3.1 diff --git a/src/mlnet/Templates/Console/ModelProject.cs b/src/mlnet/Templates/Console/ModelProject.cs index be2afa2ead..fd1bb7f12a 100644 --- a/src/mlnet/Templates/Console/ModelProject.cs +++ b/src/mlnet/Templates/Console/ModelProject.cs @@ -27,15 +27,15 @@ public virtual string TransformText() { this.Write("\r\n\r\n \r\n netc" + "oreapp2.1\r\n \r\n \r\n \r\n"); + "rence Include=\"Microsoft.ML\" Version=\"1.3.1\" />\r\n"); if (IncludeLightGBMPackage) { - this.Write(" \r\n"); + this.Write(" \r\n"); } if (IncludeMklComponentsPackage){ - this.Write(" \r\n"); + this.Write(" \r\n"); } if (IncludeFastTreePackage){ - this.Write(" \r\n"); + this.Write(" \r\n"); } this.Write(" \r\n\r\n \r\n \r\n PreserveNewest\r\n \r\n netcoreapp2.1 - + <# if (IncludeLightGBMPackage) { #> - + <#}#> <# if (IncludeMklComponentsPackage){ #> - + <#}#> <# if (IncludeFastTreePackage){ #> - + <#}#> diff --git a/src/mlnet/Templates/Console/PredictProject.cs b/src/mlnet/Templates/Console/PredictProject.cs index 527b1ae22d..f4ce27724e 100644 --- a/src/mlnet/Templates/Console/PredictProject.cs +++ b/src/mlnet/Templates/Console/PredictProject.cs @@ -28,16 +28,16 @@ public virtual string TransformText() { this.Write("\r\n\r\n \r\n Exe\r\n netcoreapp2.1\r\n \r\n \r\n \r\n \r\n \r\n"); if (IncludeLightGBMPackage){ - this.Write(" \r\n"); + this.Write(" \r\n"); } if (IncludeMklComponentsPackage){ - this.Write(" \r\n"); + this.Write(" \r\n"); } if (IncludeFastTreePackage){ - this.Write(" \r\n"); + this.Write(" \r\n"); } this.Write(" \r\n \r\n netcoreapp2.1 - + <# if (IncludeLightGBMPackage){ #> - + <#}#> <# if (IncludeMklComponentsPackage){ #> - + <#}#> <# if (IncludeFastTreePackage){ #> - + <#}#> diff --git a/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ConsoleAppProjectFileContentTest.approved.txt b/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ConsoleAppProjectFileContentTest.approved.txt index d256f0bd62..520fe6baa3 100644 --- a/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ConsoleAppProjectFileContentTest.approved.txt +++ b/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ConsoleAppProjectFileContentTest.approved.txt @@ -5,9 +5,9 @@ netcoreapp2.1 - - - + + + diff --git a/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ModelProjectFileContentTest.approved.txt b/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ModelProjectFileContentTest.approved.txt index e321e2daf5..9dca35e693 100644 --- a/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ModelProjectFileContentTest.approved.txt +++ b/test/mlnet.Tests/ApprovalTests/ConsoleCodeGeneratorTests.ModelProjectFileContentTest.approved.txt @@ -4,10 +4,10 @@ netcoreapp2.1 - - - - + + + +