From ce1fbeea89d0bfe2dc5fd9efa27c7490fb6b0273 Mon Sep 17 00:00:00 2001 From: dsyme Date: Mon, 2 Oct 2017 18:48:29 +0100 Subject: [PATCH 1/2] bump version --- fcs/README.md | 6 +++--- fcs/RELEASE_NOTES.md | 6 +++++- fcs/fcs.props | 2 +- fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec | 2 +- fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec | 2 +- fcs/nuget/FSharp.Compiler.Service.nuspec | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/fcs/README.md b/fcs/README.md index cb2d32dbf8..9754b8e628 100644 --- a/fcs/README.md +++ b/fcs/README.md @@ -60,9 +60,9 @@ which does things like: Yu can push the packages if you have permissions, either automatically using ``build Release`` or manually set APIKEY=... - .nuget\nuget.exe push Release\FSharp.Compiler.Service.14.0.2.nupkg %APIKEY% -Source https://nuget.org - .nuget\nuget.exe push Release\FSharp.Compiler.Service.MSBuild.v12.14.0.2.nupkg %APIKEY% -Source https://nuget.org - .nuget\nuget.exe push Release\FSharp.Compiler.Service.ProjectCracker.14.0.2.nupkg %APIKEY% -Source https://nuget.org + .nuget\nuget.exe push Release\FSharp.Compiler.Service.15.0.1.nupkg %APIKEY% -Source https://nuget.org + .nuget\nuget.exe push Release\FSharp.Compiler.Service.MSBuild.v12.15.0.1.nupkg %APIKEY% -Source https://nuget.org + .nuget\nuget.exe push Release\FSharp.Compiler.Service.ProjectCracker.15.0.1.nupkg %APIKEY% -Source https://nuget.org ### Use of Paket and FAKE diff --git a/fcs/RELEASE_NOTES.md b/fcs/RELEASE_NOTES.md index 18f26ff87e..b8b9b52eca 100644 --- a/fcs/RELEASE_NOTES.md +++ b/fcs/RELEASE_NOTES.md @@ -1,4 +1,8 @@ -#### 14.0.2 +#### 15.0.1 + * Integrate latest changes from visualfsharp + * Add implementation file contents to CheckFileResults + +#### 15.0.1 * Fix non-public API in .NET Standard 1.6 version #### 14.0.1 diff --git a/fcs/fcs.props b/fcs/fcs.props index 2b897d37f3..68be7ef9f1 100644 --- a/fcs/fcs.props +++ b/fcs/fcs.props @@ -3,7 +3,7 @@ - 14.0.2 + 15.0.1 $(FSharpSourcesRoot)\..\packages\FSharp.Compiler.Tools.4.1.23\tools diff --git a/fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec b/fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec index e2fc6d2fd7..5443abd076 100644 --- a/fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec +++ b/fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec @@ -8,7 +8,7 @@ en-US false - 14.0.2 + 15.0.1 Microsoft Corporation and F# community contributors https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE https://github.com/fsharp/FSharp.Compiler.Service diff --git a/fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec b/fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec index f9275ce232..33681ee90f 100644 --- a/fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec +++ b/fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec @@ -10,7 +10,7 @@ en-US false - 14.0.2 + 15.0.1 Microsoft Corporation and F# community contributors https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE https://github.com/fsharp/FSharp.Compiler.Service diff --git a/fcs/nuget/FSharp.Compiler.Service.nuspec b/fcs/nuget/FSharp.Compiler.Service.nuspec index bfb19e2661..405ce4b570 100644 --- a/fcs/nuget/FSharp.Compiler.Service.nuspec +++ b/fcs/nuget/FSharp.Compiler.Service.nuspec @@ -10,7 +10,7 @@ en-US false - 14.0.2 + 15.0.1 Microsoft Corporation and F# community contributors https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE https://github.com/fsharp/FSharp.Compiler.Service From 27916df3229ff9ed4fb5949d0861300f33108559 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Mon, 2 Oct 2017 19:41:07 +0100 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- fcs/RELEASE_NOTES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/fcs/RELEASE_NOTES.md b/fcs/RELEASE_NOTES.md index b8b9b52eca..01a32e4538 100644 --- a/fcs/RELEASE_NOTES.md +++ b/fcs/RELEASE_NOTES.md @@ -1,8 +1,6 @@ #### 15.0.1 * Integrate latest changes from visualfsharp * Add implementation file contents to CheckFileResults - -#### 15.0.1 * Fix non-public API in .NET Standard 1.6 version #### 14.0.1