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 +17
-12
lines changed
Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1+ ### 2.2.0 - 2018-01-11
2+ * Add FAKE into build group instead Main group
3+ * Add list projects by folder command
4+ * Add checking validity of renamed files
5+
16### 2.1.0 - 2017-10-26
27* Handle call without and command
38* Fix add above/below
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( " 2.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.2 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.2 .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 = " 2.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 2.1 .0"
16+ let [<Literal>] AssemblyVersion = " 2.2 .0"
17+ let [<Literal>] AssemblyFileVersion = " 2.2 .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( " 2.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.2 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.2 .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 = " 2.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 2.1 .0"
16+ let [<Literal>] AssemblyVersion = " 2.2 .0"
17+ let [<Literal>] AssemblyFileVersion = " 2.2 .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( " 2.1 .0" ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.1 .0" ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.2 .0" ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.2 .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 = " 2.1 .0"
17- let [<Literal>] AssemblyFileVersion = " 2.1 .0"
16+ let [<Literal>] AssemblyVersion = " 2.2 .0"
17+ let [<Literal>] AssemblyFileVersion = " 2.2 .0"
You can’t perform that action at this time.
0 commit comments