This repository was archived by the owner on Sep 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed
Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1+ ### 2.0.0-Andromeda - 2017-07-01
2+ * ** This is not backward compatible change**
3+ * Update ProjectSystem to support SDK based project files
4+ * Update templates to use SDK based project files
5+ * Move templates to https://github.com/fsharp-editing/forge-templates
6+ * Update generated FAKE script
7+ * Infrastracture changes
8+
19### 1.4.2 - 2017-06-03
210* Add support for ` FORGE_TEMPLATE_DIR ` environment variable
311* Fix error when adding a file to a project with no files
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Forge.Core" ) >]
66[<assembly: AssemblyProductAttribute( " Forge" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" ) >]
8- [<assembly: AssemblyVersionAttribute( " 1.4.2 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.4.2 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.0.0 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.0.0 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Forge.Core"
1414 let [<Literal>] AssemblyProduct = " Forge"
1515 let [<Literal>] AssemblyDescription = " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects"
16- let [<Literal>] AssemblyVersion = " 1.4.2 "
17- let [<Literal>] AssemblyFileVersion = " 1.4.2 "
16+ let [<Literal>] AssemblyVersion = " 2.0.0 "
17+ let [<Literal>] AssemblyFileVersion = " 2.0.0 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Forge.ProjectSystem" ) >]
66[<assembly: AssemblyProductAttribute( " Forge" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" ) >]
8- [<assembly: AssemblyVersionAttribute( " 1.4.2 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.4.2 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.0.0 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.0.0 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Forge.ProjectSystem"
1414 let [<Literal>] AssemblyProduct = " Forge"
1515 let [<Literal>] AssemblyDescription = " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects"
16- let [<Literal>] AssemblyVersion = " 1.4.2 "
17- let [<Literal>] AssemblyFileVersion = " 1.4.2 "
16+ let [<Literal>] AssemblyVersion = " 2.0.0 "
17+ let [<Literal>] AssemblyFileVersion = " 2.0.0 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Forge" ) >]
66[<assembly: AssemblyProductAttribute( " Forge" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects" ) >]
8- [<assembly: AssemblyVersionAttribute( " 1.4.2 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.4.2 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.0.0 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.0.0 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Forge"
1414 let [<Literal>] AssemblyProduct = " Forge"
1515 let [<Literal>] AssemblyDescription = " Forge is a build tool that provides tasks for creating, compiling, and testing F# projects"
16- let [<Literal>] AssemblyVersion = " 1.4.2 "
17- let [<Literal>] AssemblyFileVersion = " 1.4.2 "
16+ let [<Literal>] AssemblyVersion = " 2.0.0 "
17+ let [<Literal>] AssemblyFileVersion = " 2.0.0 "
You can’t perform that action at this time.
0 commit comments