From 7f9c1a3b1875fcc49ac951e30419dad42b56801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Sat, 1 Jul 2017 21:00:40 +0200 Subject: [PATCH] Bump version to 2.0.0-Andromeda --- RELEASE_NOTES.md | 8 ++++++++ src/Forge.Core/AssemblyInfo.fs | 8 ++++---- src/Forge.ProjectSystem/AssemblyInfo.fs | 8 ++++---- src/Forge/AssemblyInfo.fs | 8 ++++---- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6abe383..4815607 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +### 2.0.0-Andromeda - 2017-07-01 +* **This is not backward compatible change** +* Update ProjectSystem to support SDK based project files +* Update templates to use SDK based project files +* Move templates to https://github.com/fsharp-editing/forge-templates +* Update generated FAKE script +* Infrastracture changes + ### 1.4.2 - 2017-06-03 * Add support for `FORGE_TEMPLATE_DIR` environment variable * Fix error when adding a file to a project with no files diff --git a/src/Forge.Core/AssemblyInfo.fs b/src/Forge.Core/AssemblyInfo.fs index 8135276..c65c94d 100644 --- a/src/Forge.Core/AssemblyInfo.fs +++ b/src/Forge.Core/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Forge.Core" let [] AssemblyProduct = "Forge" let [] AssemblyDescription = "Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" - let [] AssemblyVersion = "1.4.2" - let [] AssemblyFileVersion = "1.4.2" + let [] AssemblyVersion = "2.0.0" + let [] AssemblyFileVersion = "2.0.0" diff --git a/src/Forge.ProjectSystem/AssemblyInfo.fs b/src/Forge.ProjectSystem/AssemblyInfo.fs index f837d12..86890f0 100644 --- a/src/Forge.ProjectSystem/AssemblyInfo.fs +++ b/src/Forge.ProjectSystem/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Forge.ProjectSystem" let [] AssemblyProduct = "Forge" let [] AssemblyDescription = "Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" - let [] AssemblyVersion = "1.4.2" - let [] AssemblyFileVersion = "1.4.2" + let [] AssemblyVersion = "2.0.0" + let [] AssemblyFileVersion = "2.0.0" diff --git a/src/Forge/AssemblyInfo.fs b/src/Forge/AssemblyInfo.fs index 2fb308c..1040757 100644 --- a/src/Forge/AssemblyInfo.fs +++ b/src/Forge/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Forge" let [] AssemblyProduct = "Forge" let [] AssemblyDescription = "Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" - let [] AssemblyVersion = "1.4.2" - let [] AssemblyFileVersion = "1.4.2" + let [] AssemblyVersion = "2.0.0" + let [] AssemblyFileVersion = "2.0.0"