File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FsAutoComplete.Suave" ) >]
55[<assembly: AssemblyProductAttribute( " FsAutoComplete.Suave" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.27.0 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.27.0 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.27.1 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.27.1 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.27.0 "
12+ let [<Literal>] Version = " 0.27.1 "
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
44[<assembly: AssemblyTitleAttribute( " FsAutoComplete" ) >]
55[<assembly: AssemblyProductAttribute( " FsAutoComplete" ) >]
66[<assembly: AssemblyDescriptionAttribute( " A command line tool for interfacing with FSharp.Compiler.Service over a pipe." ) >]
7- [<assembly: AssemblyVersionAttribute( " 0.27.0 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.27.0 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.27.1 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.27.1 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.27.0 "
12+ let [<Literal>] Version = " 0.27.1 "
Original file line number Diff line number Diff line change 1+ #### 0.27.1 - 26.01.2016
2+
3+ * Upgrade to FCS 2.0.0.3 to fix VS2015 project cracking: #89 .
4+
15#### 0.27.0 - 08.12.2015
26
37* Upgrade to FCS 2.0.0.0-beta and add project cracking verbosity option: #86 .
You can’t perform that action at this time.
0 commit comments